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