Skip to content

Commit 4391db3

Browse files
committed
typo [Closes #75]
1 parent 6cc63f2 commit 4391db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/SecurityHttp/SessionStorage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ protected function getSessionSection(): ?SessionSection
145145
}
146146
}
147147

148-
$section->set('expireTime', time() + $section->expireDelta); // sliding expiration
148+
$section->set('expireTime', time() + $section->get('expireDelta')); // sliding expiration
149149
}
150150

151151
if (!$section->get('authenticated')) {

0 commit comments

Comments
 (0)