Skip to content

Releases: xp-forge/sessions

0.6.0: Secure cookies

13 Jun 14:54
Compare
Choose a tag to compare
  • 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

22 Aug 21:46
Compare
Choose a tag to compare
  • Changed ISession::remove() to return whether the value being deleted
    previously existed or not, and not void.
    (@thekid)

0.4.0: Keys

07 Aug 17:21
Compare
Choose a tag to compare
  • Merged PR #5: Add web.session.ISession::keys() and implementations
    (@thekid)

0.3.0: Standalone use vs. with request

05 Jun 21:44
Compare
Choose a tag to compare
Pre-release
  • 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

29 May 21:33
Compare
Choose a tag to compare
0.2.0: Paths Pre-release
Pre-release
  • Added Sessions::in($paths) method to be able to influence the session
    cookies' paths, which defaults to "/"
    (@thekid)

0.1.0: Hello World

18 May 17:38
Compare
Choose a tag to compare
0.1.0: Hello World Pre-release
Pre-release
  • Merged PR #2: Tie sessions to request / response - @thekid
  • Merged PR #1: Implement a filesystem-based session - @thekid
  • Initial implementation - (@thekid)