Skip to content

Kirby 4.1.2

$sessionstore->exists()

Checks if the given session exists

$sessionstore->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\SessionStore