You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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