The Wayback Machine - https://web.archive.org/web/20200705170609/https://github.com/topics/sessions
Skip to content
#

sessions

Here are 211 public repositories matching this topic...

djnorrisdev
djnorrisdev commented Feb 21, 2020

When using Flask-Session, I noticed that it doesn't cover available methods or provide complete examples of usage. I had to find a blog post of a user that used the session.pop() method to remove a key from session storage.

I would like to find out all available methods and contribute to the docs. Let me know how to do this, and I'll work on it.

mo
mo commented Sep 17, 2017

When a user does a password reset / changes his password, it makes sense to drop all sessions for that user. Currently the user id is stored inside a json blob on the session, so it becomes very inefficient to query for all sessions that belong to a specific user.

In issue #53 ( chill117/express-mysql-session#53 ), it was suggested that one way to workaround this issue

Improve this page

Add a description, image, and links to the sessions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the sessions topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.