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.2.0

Compare
Choose a tag to compare
@weierophinney weierophinney released this 12 Sep 16:02
· 85 commits to master since this release

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 a SetCookie header. It now correctly skips creating the header.