Block a user
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.
Add "destroy session" function