Skip to content

Kirby 3.9.8

$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