Skip to content

Kirby 4.2.0

$sessionstore->get()

Returns the stored session data of the given session

$sessionstore->get(int $expiryTime, string $id): string

Parameters

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

Return type

string

Parent class

Kirby\Session\SessionStore