Skip to content

Kirby 3.5.7.1

$sessions->updateCache()

Updates the instance cache with a newly created session or a session with a regenerated token

$sessions->updateCache(Kirby\Session\Session $session)

Parameters

Name Type Default Description
$session * Kirby\Session\Session Session instance to push to the cache

Parent class

Kirby\Session\Sessions