If a page times out because you have some long-running process going on,
there's not much you can do at that point. Your user would still be logged
in, why do you need to take them back to the login page? Better to refactor
in such a way that you run the process on a background thread rather than
tying up page processing.
-- Peter
Site:
http://www.eggheadcafe.com
UnBlog:
http://petesbloggerama.blogspot.com
Short Urls & more:
http://ittyurl.net
"rodchar" wrote:
> hey all,
> what do i have to do to make it where if my page is timed out to
> automatically go back to login screen?
>
> thanks,
> rodchar