$sessions->current()
Returns the current session based on the configured token transmission mode: - In cookie mode: Gets the session from the cookie - In header mode: Gets the session from the Authorization request header - In manual mode: Fails and throws an Exception
$sessions->current(): Kirby\Session\Session|null
Return type
Exceptions
| Type | Description |
|---|---|
Kirby\Exception\Exception |
|
Kirby\Exception\LogicException |