Skip to content

Kirby 3.6.6

$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

Kirby\Session\Session|null

Parent class

Kirby\Session\Sessions