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