2005/7/31, Chuck Thier <[EMAIL PROTECTED]>: > > Since there has been no docs on sessions yet, I have been looking > through the code to figure out how to use anonymous sessions. The > only problem is that it looks like it sets the session object in the > response to None if it is an anonymous user, and I'm not sure what to > do at that point. Anyone have any ideas?
I don't know either about internals of Django sessions, but untill docs are ready you probably can use WSGI session middleware: http://www.saddi.com/software/flup/ I use it with another framework on several (low traffic) production sites and it works great. -- Ksenia