Skip to content

Kirby 4.1.2

$autosession->getManually()

Returns the specified Session object

$autosession->getManually(string $token): Kirby\Session\Session

Parameters

Name Type Default Description
$token * string Session token, either including or without the key

Return type

Kirby\Session\Session

Parent class

Kirby\Session\AutoSession