$session->reload() Reloads the data array with the current session data Only used internally kirby/src/Session/SessionData.php#L256 $session->reload(array $data): void Parameters Name Type Default Description $data * array – Currently stored session data Parent class Kirby\Session\SessionData