Releases: xp-forge/sessions
Releases · xp-forge/sessions
0.6.0: Secure cookies
- Merged PR #6: Secure session cookies
- Changed session cookie to be transmitted via HTTPS only by default.
- Added web.session.Session::insecure(bool $whether) to restore old behaviour.
(@mikey179)
0.5.0: Remove
- Changed
ISession::remove()
to return whether the value being deleted
previously existed or not, and not void.
(@thekid)
0.4.0: Keys
- Merged PR #5: Add web.session.ISession::keys() and implementations
(@thekid)
0.3.0: Standalone use vs. with request
- Merged PR #3: Refactor session API: Standalone use vs. with request
and response. Heads up: This contains a breaking API change!
(@thekid)
0.2.0: Paths
- Added
Sessions::in($paths)
method to be able to influence the session
cookies' paths, which defaults to "/"
(@thekid)
0.1.0: Hello World
- Merged PR #2: Tie sessions to request / response - @thekid
- Merged PR #1: Implement a filesystem-based session - @thekid
- Initial implementation - (@thekid)