JSessionStorageDatabase::destroy
Destroy the data for a particular session identifier in the SessionHandler backend.
Signature
public function destroy(string
$id )
Parameters
-
$id
- The session identifier.
Returns
- boolean
- True on success, false otherwise.