#16199: Create a secure cookie-based session backend
---------------------------------------+----------------------------------
               Reporter:  floguy       |          Owner:  nobody
                   Type:  New feature  |         Status:  new
              Milestone:               |      Component:  contrib.sessions
                Version:  SVN          |       Severity:  Normal
             Resolution:               |       Keywords:
           Triage Stage:  Accepted     |      Has patch:  1
    Needs documentation:  1            |    Needs tests:  0
Patch needs improvement:  1            |  Easy pickings:  0
                  UI/UX:  0            |
---------------------------------------+----------------------------------
Changes (by apollo13):

 * needs_better_patch:  0 => 1
 * needs_docs:  0 => 1


Comment:

 This backend uses signing.dumps which writes the data using JSON, which
 difers from the other backends which do use pickle. The docs should point
 that out (eg you can put arbitrary data into the session) and probably
 also add a warning that the data is just signed and not encrypted…

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16199#comment:5>
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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to