Skip to content

Kirby 4.2.0

$filesessionstore->createId()

Creates a new session ID with the given expiry time

$filesessionstore->createId(int $expiryTime): string

Parameters

Name Type Default Description
$expiryTime * int Timestamp

Return type

string

Parent class

Kirby\Session\FileSessionStore