#17225: Salt
------------------------------------------------+------------------------
Reporter: julien | Owner: nobody
Type: Cleanup/optimization | Status: new
Component: contrib.sessions | Version:
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------------+------------------------
The salt used for dumping/loading cookie-based session is
'django.contrib.sessions.backends.cookies':
https://code.djangoproject.com/browser/django/trunk/django/contrib/sessions/backends/signed_cookies.py?rev=16466#L92
https://code.djangoproject.com/browser/django/trunk/django/contrib/sessions/backends/signed_cookies.py?rev=16466#L36
It'd make more sense if it were
'django.contrib.sessions.backends.signed_cookies'.
--
Ticket URL: <https://code.djangoproject.com/ticket/17225>
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 [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.