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

Commit

Permalink
Adds CHANGELOG entry for #85
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Nov 29, 2017
1 parent 1d97a6a commit 053fca6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ All notable changes to this project will be documented in this file, in reverse

### Fixed

- [#85](https://github.com/zendframework/zend-session/pull/85) fixes an issue
with how the expiration seconds are handled when a long-running request
occurs. Previously, when called, it would use the value of
`$_SERVER['REQUEST_TIME']` to calculate the expiration time; this would cause
failures if the expiration seconds had been reached by the time the value was
set. It now correctly uses the current `time()`.

- [#99](https://github.com/zendframework/zend-session/pull/99) fixes how
`Zend\Session\Config\SessionConfig` handles attaching save handlers to ensure
it will honor any handlers registered with the PHP engine (e.g., redis,
Expand Down

0 comments on commit 053fca6

Please sign in to comment.