Skip to content

Kirby 4.2.0

$sessions->currentDetected()

Returns the current session using the following detection order without using the configured mode: - Tries to get the session from the Authorization request header - Tries to get the session from the cookie - Otherwise returns null

$sessions->currentDetected(): Kirby\Session\Session|null

Return type

Kirby\Session\Session|null

Parent class

Kirby\Session\Sessions