This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-expressive-session-ext 1.2.0
Added
- #24 adds support for
session.cookie_lifetime
configuration. When
present, the generated session cookie will be provided with an expiration date
based on that value.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #25 fixes a situation where creating a new session with no data was
always creating aSetCookie
header. It now correctly skips creating the header.