zend-expressive-session
zend-expressive-session copied to clipboard
Session middleware for PSR-7 applications
Hey. I have followed you on Github and, today, I noticed that you were working on this repo. I had worked on somewhat similar library a few months back. It's...
I see that [SessionInterface](https://github.com/zendframework/zend-expressive-session/blob/master/src/SessionInterface.php) does not provide the ability to session destroy . I am writing my session handler that works with the database. I created my middleware, which is...
I saw the `Session::extractSerializableValue` method comment > This value should be used by `set()` operations to ensure that the values > within a session are serializable across any session adapter....