Skip to content

Kirby 5.0.2

$sessionStore->get()

Returns the stored session data of the given session

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

Parameters

Name Type Default Description
$expiryTimerequired int no default value Timestamp
$idrequired string no default value Session ID

Return type

string

Parent class

Kirby\Session\SessionStore