Skip to content

Kirby 4.2.0

$filesessionstore->unlock()

Removes all locks on the given session

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

Parameters

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

Parent class

Kirby\Session\FileSessionStore