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

zend-session 2.7.3

Compare
Choose a tag to compare
@weierophinney weierophinney released this 05 Jul 18:35
· 310 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #51 provides a fix to the DbTableGateway save handler to prevent infinite recursion when attempting to destroy an expired record during initial read operations.
  • #45 updates the SessionManager::regenerateId() method to only regenerate the identifier if a session already exists.