This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive-session-ext 1.1.1
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.