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