Yesterday I updated my Django svn checkout from r6300 to HEAD (r6658). After doing this, I began to experience a problem that was not present before the update. When a user accesses a view that saves session variables, the view will return the correct output, but the user will thereafter find himself logged out. Views that do not set session variables are not impacted. Reverting Django to r6300, with no change to my code, cures the problem.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---