$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
This method modifies the existing $autosession
object it is applied to and returns it again.