SessionHandlerDB::destroy()
Destroy the session indicated by the given session ID
Usage
$bool = $sessionHandlerDB->destroy(string $id);Arguments
| Name | Type(s) | Description |
|---|---|---|
$id | string | Session ID |
Return value
boolTrue on success, false on failure
SessionHandlerDB methods and properties
API reference based on ProcessWire core version 3.0.255