#21608: Logged out sessions are resurrected by concurrent requests
----------------------------------+--------------------
     Reporter:  jonasborgstrom    |      Owner:  nobody
         Type:  Bug               |     Status:  new
    Component:  contrib.sessions  |    Version:  1.4
     Severity:  Normal            |   Keywords:
 Triage Stage:  Unreviewed        |  Has patch:  0
Easy pickings:  0                 |      UI/UX:  0
----------------------------------+--------------------
 1. User logs in
 2. User loads a slow page in separate tab or as an ajax request
 3. User logs out before request in step 2 completes. This will delete the
 session from the db

 == Expected behavior ==

 User/session stays logged out since the user explicitly logged out and the
 session row was delete in step 3.

 == Actual behavior ==

 The previously deleted session is re-inserted into the database when the
 request from step 2 completes. So the previously logged out user is now
 logged in again.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/21608>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/057.2a108bc7231f4e52238c8d153e5f62d7%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to