KpoH schrieb: > You can view all other settings in django_root_dir/conf/global_settings.py
Don't understand. How should this help me? I would like to know, how long the current session is still valid. Do I think to complex? Should I simply do this: ------------------------------------------------------------------------------ now = datetime.datetime.now() cookie_age = datetime.timedelta(seconds=settings.SESSION_COOKIE_AGE) expiry_date = now + cookie_age ------------------------------------------------------------------------------ -- Mfg. Jens Diemer ---- A django powered CMS: http://www.pylucid.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---