Skip to content
This repository was archived by the owner on Jan 31, 2020. It is now read-only.

Commit 053fca6

Browse files
committed
Adds CHANGELOG entry for #85
1 parent 1d97a6a commit 053fca6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ All notable changes to this project will be documented in this file, in reverse
2222

2323
### Fixed
2424

25+
- [#85](https://github.com/zendframework/zend-session/pull/85) fixes an issue
26+
with how the expiration seconds are handled when a long-running request
27+
occurs. Previously, when called, it would use the value of
28+
`$_SERVER['REQUEST_TIME']` to calculate the expiration time; this would cause
29+
failures if the expiration seconds had been reached by the time the value was
30+
set. It now correctly uses the current `time()`.
31+
2532
- [#99](https://github.com/zendframework/zend-session/pull/99) fixes how
2633
`Zend\Session\Config\SessionConfig` handles attaching save handlers to ensure
2734
it will honor any handlers registered with the PHP engine (e.g., redis,

0 commit comments

Comments
 (0)