if I am on page_one that has a LOAD() component on it that runs say every 5 
seconds (timeout = 5000)

and if while on that page I have

session.parameter_one = some value
session.parameter_two = some value
session.parameter_three = some value

if based on certain conditions the component redirects to page_two, then I 
notice that

session.parameter_one = None
session.parameter_two = None
session.parameter_three = None

is there some way to redirect to a page from a component where all session 
variables are kept intact?

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to