$sessionstore->exists()
Checks if the given session exists
$sessionstore->exists(int $expiryTime, string $id): boolParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $expiryTime * | int | – | Timestamp | 
| $id * | string | – | Session ID | 
Return type
bool