Skip to content

Kirby 3.5.7.1

$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