Hello.

I have a web2py html page (e.g. idex.html)  that has another page in iframe 
within the app. After session timeout, I get redirected back to the login 
page which works at the iframe page and not the main page.

I used this in the model.py: 

auth.settings.expiration = 1800


The problem is that I cant get the redirection done from the index.html 
page but happens at the iframe page.

How can I achieve this? Is there another place that I can place the 
'auth.settings.expiration'

Regards

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/6b299808-652e-419b-99e4-5b1e73fa4195o%40googlegroups.com.

Reply via email to