Skip to content

Kirby 5.0.4

$autoSession->getManually()

Returns the specified Session object

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

Parameters

Name Type Default Description
$tokenrequired string no default value Session token, either including or without the key

Return type

Kirby\Session\Session

This method modifies the existing $autosession object it is applied to and returns it again.

Parent class

Kirby\Session\AutoSession