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