Skip to content

Kirby 3.5.7.1

$filesessionstore->set()

Stores data to the given session

$filesessionstore->set(int $expiryTime, string $id, string $data): void

Parameters

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

Parent class

Kirby\Session\FileSessionStore