Files
edx-platform/common/djangoapps/cache_toolbox
Peter Fogg 524e229245 Expire sessions after a password change.
This is slightly more complicated than it should be since we're using
custom authentication middleware (i.e., not Django's standard
middleware class). We have to check that the session auth hash we have
stored is equal to the request's session auth hash (since the stored
hash is a function of the password). Normally this gets handled in
`django.contrib.auth.get_user`, but due to our caching we don't go
through that function, even in the cache miss case.

ECOM-4288
2016-05-12 16:44:56 -04:00
..
2012-07-23 14:44:40 -04:00
2012-06-18 13:21:06 -04:00
2015-11-10 15:00:19 -05:00
2012-07-23 14:44:40 -04:00
2012-06-18 13:21:06 -04:00
2012-07-23 14:44:40 -04:00

django-cache-toolbox
============================

Documentation: http://code.playfire.com/django-cache-toolbox/