In beaker 1.2.3 and pylons 0.9.7, beaker will no longer keep the session from timing out whenever you go to a web page. For e.g., if you set beaker.session.timeout to 20, then sit there and continually refresh the webpage, the session will timeout after 20 seconds no matter what.
Here is my configuration: beaker.session.key =test beaker.session.secret = secret_test beaker.session.cookie_expires = True beaker.session.timeout = 600 beaker.session.type = file --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
