bryanjhv/slim-session

is the session expired correctly?

torian257x opened this issue · 1 comments

I looked that before making my package, unfortunately it's not right. If session.gc_probability is less than 1, then you loose all session data including that LAST_ACTIVITY thing.

If some part of the module is not working for you, please:

  1. Read old issues and pull requests looking for your problem.
  2. If it's not there, see if you can implement it and open a PR.
  3. If that's not possible, make an issue sharing context where it fails.

For reference, please read #5, #6 and #7 where the same issue raised.