$filesessionstore->get()
Returns the stored session data of the given session
$filesessionstore->get(int $expiryTime, string $id): string
Parameters
Name | Type | Default | Description |
---|---|---|---|
$expiryTime * | int |
– | Timestamp |
$id * | string |
– | Session ID |
Return type
string