#16708: Session backend cached_db's exists() does not check cache before 
database
-------------------------------------+----------------------------------
 Reporter:  jpvale@…                 |          Owner:  nobody
     Type:  Cleanup/optimization     |         Status:  new
Milestone:                           |      Component:  contrib.sessions
  Version:  SVN                      |       Severity:  Normal
 Keywords:  session cache cached_db  |   Triage Stage:  Unreviewed
Has patch:  1                        |  Easy pickings:  0
    UI/UX:  0                        |
-------------------------------------+----------------------------------
 In the cached_db session backend, the exists() method does not check the
 cache before hitting the database. It should first hit the cache, and only
 query the database if the session is not already cached.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16708>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to