$filesessionstore->set()
Stores data to the given session
$filesessionstore->set(int $expiryTime, string $id, string $data): void
Parameters
Name | Type | Default | Description |
---|---|---|---|
$expiryTime * | int |
– | Timestamp |
$id * | string |
– | Session ID |
$data * | string |
– | Session data to write |