async_django_session icon indicating copy to clipboard operation
async_django_session copied to clipboard

Check session hash during loading

Open imbolc opened this issue 6 years ago • 0 comments

Django verifies that the hash in the session for each request matches the one that’s computed during the request. This allows a user to log out all of their sessions by changing their password

imbolc avatar Oct 23 '19 06:10 imbolc