#2066: pluggable session handler
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Contrib apps | Version: SVN
Severity: normal | Resolution:
Keywords: session handling |
---------------------------------+------------------------------------------
Comment (by [EMAIL PROTECTED]):
Yes, adrian. Sorry for my poor explaining and dirty code...
I picked 'django.contrib.sessions.*' module, and tried to make it possible
to use memcached or database selectively.
If possible, I'd like to propose "SESSION_ENGINE" element in settings.py,
so that we can select session storage from it - instead of hardcoded
"_type = 'memcache'", as lukeplant pointed out.
But I didn't prefer to touch so much code - any other than the module
originated from 'django.contrib.sessions.*', I decided to finish within
it.
This is the reason why I hardcoded it.
--
Ticket URL: <http://code.djangoproject.com/ticket/2066>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---