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
Age
Commit message (
Expand
)
Author
2007-09-15
Fixed #2066: session data can now be stored in the cache or on the filesystem...
Jacob Kaplan-Moss
2007-09-15
Fixed #5486 -- Worked around the lack of os.getpid() in Jython, whilst still ...
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-07-16
Fixed #4199 -- Changed date formatting in HTTP expires header to be spec
Malcolm Tredinnick
2007-07-04
Merged Unicode branch into trunk (r4952:5608). This should be fully
Malcolm Tredinnick
2007-07-03
Fixed #4729 -- SessionWrapper.pop now sets modified flag if necessary. Thanks...
Adrian Holovaty
2007-06-15
Fixed #4531 -- Added a bit more randomness to session idents. Thanks, Frank
Malcolm Tredinnick
2007-05-21
Fixed #4338 -- Added pop() method to SessionWrapper. Thanks, Gary Wilson.
Malcolm Tredinnick
2007-03-22
Reduced the chances of session object collision. The window of opportunity is
Malcolm Tredinnick
2007-03-08
Fixed #3586 -- Only output "Vary: Cookie" HTTP header when the session object
Malcolm Tredinnick
2007-01-25
Fixed #2133 -- Invalid session cookie no longer causes fatal error. Thanks, g...
Adrian Holovaty
2006-08-12
Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.de
Adrian Holovaty
2006-07-20
Fixed formatting of comments.
Russell Keith-Magee
2006-06-20
Fixed #1422 -- Docstring improvements for the models in the admin app. Thanks
Malcolm Tredinnick
2006-06-08
Fixed #2109 -- Convert old-style classes to new-style classes throughout Djan...
Adrian Holovaty
2006-06-01
Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates ...
Adrian Holovaty
2006-05-02
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...
Adrian Holovaty
[prev]