is possible personalize the template/output when the session is expired ? I have this code in my code.py:
web.config.session_parameters['timeout'] = 360 web.config.session_parameters['ignore_expiry'] = False web.config.session_parameters['expired_message'] = 'Session Expired !, refresh the page !' when session expires the output is a blank page. How to personalize this ? thanks Leandro. -- You received this message because you are subscribed to the Google Groups "web.py" group. To view this discussion on the web visit https://groups.google.com/d/msg/webpy/-/4XCh0Rekh3oJ. 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.
