We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd928c3 commit 07c8655Copy full SHA for 07c8655
1 file changed
src/Bridges/SecurityHttp/SessionStorage.php
@@ -140,9 +140,9 @@ private function getSessionSection(): SessionSection
140
if ($section->get('expireIdentity')) {
141
$section->remove('identity');
142
}
143
+ } else {
144
+ $section->set('expireTime', time() + $section->get('expireDelta')); // sliding expiration
145
-
- $section->set('expireTime', time() + $section->get('expireDelta')); // sliding expiration
146
147
148
if (!$section->get('authenticated')) {
0 commit comments