$sessionstore->destroy()
Deletes the given session
$sessionstore->destroy(int $expiryTime, string $id): voidParameters
| Name | Type | Default | Description | 
|---|---|---|---|
| $expiryTime * | int | – | Timestamp | 
| $id * | string | – | Session ID | 
Deletes the given session
$sessionstore->destroy(int $expiryTime, string $id): void| Name | Type | Default | Description | 
|---|---|---|---|
| $expiryTime * | int | – | Timestamp | 
| $id * | string | – | Session ID |