Of the top of my head what I'd do is have a main page with an iFrame in it and a javascript timer function. Run the test in the iFrame so the timer in the main page is uninterrupted. When the timer expires make it set the iFrames src address to the results page.
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
Hey .....
Use tag for session timeout Property
important : Remeber 10000 in seconds....
Use Session_End Event which is available in Global.asax file.....
I would argue session timeout is not a good candidate for this particular problem.
ASP.NET is a framework based on a connectionless protocol. You can't 'push' things to the client. When the session state times out the server can't tell the client it's time is up and force it to POST it's answers. Session_End is also tricky to use in a reliable way.
hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
hey use the following code in the web.config file in u r application
Where 10000 in minutes......
Not only did you change units between your posts (from seconds to minutes), but you blatantly ignored the post describing why this method would be ineffective. :icon_rolleyes:
Infarction
Posting Virtuoso
1,580 posts since May 2006
Reputation Points: 683
Solved Threads: 53