#224 closed defect (invalid)
AUTH_SESSION_COOKIE change
Reported by: | anonymous | Owned by: | Adrian Holovaty |
---|---|---|---|
Component: | contrib.admin | 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
This will be more funny:
$ diff -urN django_src django_src.new diff -urN django_src/django/conf/global_settings.py django_src.new/django/conf/global_settings.py --- django_src/django/conf/global_settings.py 2005-07-28 01:39:55.000000000 +0200 +++ django_src.new/django/conf/global_settings.py 2005-07-29 18:42:03.000000000 +0200 @@ -49,7 +49,7 @@ EMAIL_HOST = 'localhost' # Name of the session cookie. This can be whatever you want. -AUTH_SESSION_COOKIE = 'rizzo' +AUTH_SESSION_COOKIE = 'Rocco' # List of locations of the template source files, in search order. TEMPLATE_DIRS = ()
Note:
See TracTickets
for help on using tickets.