Skip to content

Kirby 4.2.0

$filesessionstore->exists()

Checks if the given session exists

$filesessionstore->exists(int $expiryTime, string $id): bool

Parameters

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

Return type

bool

Parent class

Kirby\Session\FileSessionStore