Skip to content

Kirby 4.2.0

$filesessionstore->destroy()

Deletes the given session

$filesessionstore->destroy(int $expiryTime, string $id): void

Parameters

Name Type Default Description
$expiryTime * int Timestamp
$id * string Session ID

Parent class

Kirby\Session\FileSessionStore