Skip to content

Kirby 5.0.4

$sessionAuth->session()

Tries to return the session object

$sessionAuth->session(): Kirby\Session\Session

Return type

Kirby\Session\Session

This method modifies the existing $sessionauth object it is applied to and returns it again.

Parent class

Kirby\Http\Request\Auth\SessionAuth