index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
sessions
/
backends
/
cache.py
Age
Commit message (
Expand
)
Author
2008-08-27
Fixed #8311 -- Avoid an infinite loop with session key generation when using
Malcolm Tredinnick
2008-08-16
Fixed #8351 -- Fixed the returned value when we attempt to load a cache-backe...
Malcolm Tredinnick
2008-08-15
Made a few small tweaks to reduce persistent storage accesses in the session
Malcolm Tredinnick
2008-08-14
Fixed #8314 -- Fixed an infinite loop caused when submitting a session key (via
Malcolm Tredinnick
2008-08-14
Implemented a flush() method on sessions that cleans out the session and
Malcolm Tredinnick
2008-08-14
Added guaranteed atomic creation of new session objects. Slightly backwards
Malcolm Tredinnick
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-06-23
Several Django styling fixes in the `contrib.sessions` app.
Gary Wilson Jr
2008-06-07
Fixed #2548: added get/set_expiry methods to session objects. Thanks, Amit Up...
Jacob Kaplan-Moss
2007-09-15
Fixed #2066: session data can now be stored in the cache or on the filesystem...
Jacob Kaplan-Moss