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 6cc63f2 commit 4391db3Copy full SHA for 4391db3
src/Bridges/SecurityHttp/SessionStorage.php
@@ -145,7 +145,7 @@ protected function getSessionSection(): ?SessionSection
145
}
146
147
148
- $section->set('expireTime', time() + $section->expireDelta); // sliding expiration
+ $section->set('expireTime', time() + $section->get('expireDelta')); // sliding expiration
149
150
151
if (!$section->get('authenticated')) {
0 commit comments