django1/django/middleware
Adrian Holovaty 2972e8b5d5 Improved session code to force creation of a new session key if the given session key doesn't exist -- for extra security
git-svn-id: http://code.djangoproject.com/svn/django/trunk@536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-18 16:45:15 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
admin.py Fixed #335 -- Admin login form now checks that cookies are enabled. 2005-08-17 22:04:53 +00:00
cache.py Added django.middleware.cache, which lets you cache an entire Django-powered site by adding a line to your settings 2005-07-18 19:07:37 +00:00
common.py Removed special-case test for '_files' URL in common middleware -- thanks, Jeremy Dunck 2005-08-16 00:47:53 +00:00
doc.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
sessions.py Improved session code to force creation of a new session key if the given session key doesn't exist -- for extra security 2005-08-18 16:45:15 +00:00