Commit 83b737b
authored
[12.x] Ensure cookie lifetime matches session lifetime in StartSession middleware (#57266)
Updated getCookieExpirationDate() to use getSessionLifetimeInSeconds() instead of directly accessing the lifetime config, ensuring consistency between session and cookie expiration times.1 parent 652cc51 commit 83b737b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
| 265 | + | |
266 | 266 | | |
267 | | - | |
268 | | - | |
| 267 | + | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
0 commit comments