Thanks for the reply, Rob. I finally figured out one of my problems. Changing the setting in my global_settings.py file was not affecting my project, so I had to add the # SESSION # section (which includes SESSION_COOKIE_AGE, SESSION_SAVE_EVERY_REQUEST, and a few others) to my project-specific settings.py file.
Currently I'm using 43200 or something (12 hours), which should prevent users from persisting sessions more than one day. I'll have to try the ..._REQUEST setting next to see if I can force the cookie to die when the user's browser is closed. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---