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

zend-expressive-session-ext 1.1.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 14 May 15:13
· 103 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #21 fixes a situation whereby during persistence, if no identifier existed for
    the session, it was not persisted. Such situations would occur when a new session was created, as
    no identifier would yet exist. It now properly generates an identifier and persists the data in
    such cirumstances.