Skip to content

1.0.0: Session transports

Compare
Choose a tag to compare
@thekid thekid released this 22 Aug 22:47
· 38 commits to master since this release

The first major release extracts session transport to its own class.

  • Heads up: The Sessions::in($path) and Sessions::insecure()
    methods modifying cookie attributes have been removed and are now in
    the web.session.Cookies class, alongside others.
    (@thekid)
  • Merged PR #8: Extract session transport to its own class - @thekid