I'm using web.py sessions (webpy.org/sessions) and I keep getting logged out every few minutes. So I tried increasing the time to expiration using the following line:
web.config.session_parameters=dict(timeout=60*60*24*14,max_age=60*60*24*365,ignore_old_age=True,ignore_expiration=True) But this doesn't work. I continue to get logged out. Any help would be appreciated, thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
