On 2010-10-19, at 16:13 , Quiet Light Development wrote:
> I'm not using cookies at all presently, but trying to track sessions
> through the database.
This is only the server-side storage of the session, you still need a way to 
match a given client and its session, and that's generally done via a cookie. 
Either that or some kind of sessionid provided in each and every request, which 
is even less secure, and as far as I know has been rejected.

Would you have some more informations about the physical setup of the system? 
Multiple load-balanced web frontends, things like that?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to