slim-secure-session-middleware icon indicating copy to clipboard operation
slim-secure-session-middleware copied to clipboard

Support for DB session handling?

Open innobrig opened this issue 8 years ago • 1 comments

I am using your package on 2 projects and am very happy with it. I was wondering if it would be possible to either:

  1. Add configurable support for database-based session storage
  2. Add some hooks which would allow easy addition of such functionality

Very much appreciate your work, thanks a lot!

innobrig avatar Feb 22 '17 23:02 innobrig

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.

adbario avatar Feb 24 '17 08:02 adbario