Hi Peter, I've been delving around in that code recently. The only thing I can think of is that your cookies aren't getting received (perhaps a misconfigured COOKIE_PATH or one of the other related settings?) so a new session is getting created and sent each request.
As a side note, I've been thinking that the SAVE_EVERY_REQUEST method could be optimized to only save sessions which have been modified or are not empty. Not that it will fix your problem, just wanted to mention it. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

