Skip to content

Kirby 5.3.0

$session->needsRetransmission()

Returns whether the session token needs to be retransmitted to the client Only relevant in header and manual modes

$session->needsRetransmission(): bool

Return type

bool

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

Parent class

Kirby\Session\Session