zend-expressive-session icon indicating copy to clipboard operation
zend-expressive-session copied to clipboard

Session middleware for PSR-7 applications

Results 3 zend-expressive-session issues
Sort by recently updated
recently updated
newest added

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...

question

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....