#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            |
---------------------------------------+----------------------------------

Comment (by PaulM):

 Also Also (sorry for so many comments here), we're duplicating a lot of
 functionality. The string signer already does a bunch of the stuff that's
 in this module, albeit with JSON instead of pickle. Could we modify the
 signer to work with either JSON or pickle, and save ourselves a bunch of
 duplicated code? (e.g. the signer does a check to make sure the gzip is
 actually shorter, I don't see that here).

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16199#comment:12>
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