Re: Using Cache+db for session backend

2008-10-14 Thread Jacob Kaplan-Moss
Hey Jessie -- See ticket #6791. It's got a well-written, working implementation; it didn't make it into 1.0 because of time constraints. It'll almost certainly make it into 1.1. Jacob --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

Using Cache+db for session backend

2008-10-14 Thread Jesse Young
I think it would be useful to include a session backend with Django that stores session data in the cache and falls back to the database if the session isn't in the cache. It's trivial to write your own (mine is about 30 lines of code), but it seems like such a common use case that it should just