Opened 14 years ago
Last modified 14 years ago
#17225 closed Cleanup/optimization
Salt — at Initial Version
| Reported by: | Julien Phalip | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.sessions | Version: | |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The salt used for dumping/loading cookie-based session is 'django.contrib.sessions.backends.cookies':
It'd make more sense if it were 'django.contrib.sessions.backends.signed_cookies'.
Note:
See TracTickets
for help on using tickets.