slim-secure-session-middleware
slim-secure-session-middleware copied to clipboard
Support for DB session handling?
I am using your package on 2 projects and am very happy with it. I was wondering if it would be possible to either:
- Add configurable support for database-based session storage
- Add some hooks which would allow easy addition of such functionality
Very much appreciate your work, thanks a lot!
Thanks for posting. At the moment I'm sadly too busy to implement DB storage for this, I'll look into this when I'm more available. As a side note, maybe Redis would be better option than DB for storing sessions, if file storage is not enough.
Some improvements for this code is on it's way already, I just need to wrap them up.