kratenko
  • Joined on 2020-06-13
kratenko commented on issue packages/rocket_session#2 2020-06-17 23:00:03 +00:00
Add "destroy session" function

Thanks for your reply. I was thinking about creating a pull request, but I ended up writing my own little session implementation. I need only a few values I don't change over the session's lifetime, and I wanted to use my DB as storage, to make sessions persistent. It's easy to do in a specific project, but difficult to do in a general purpose lib, where you don't know what the session backend will be.

kratenko opened issue packages/rocket_session#2 2020-06-13 11:44:50 +00:00
Add "destroy session" function