Hi,
I am testing the session time out for my application. I put a breakpoint in the Session_End method to find out if the timeout expires. It does expire after the specified time (set to 2 minutes in the Web.Config file), but I am not able to redirect the user to another page using Response.Redirect . I have tried using both external links and links to aspx pages within the same solution.
Any ideas?
Thanks
Jino
I am testing the session time out for my application. I put a breakpoint in the Session_End method to find out if the timeout expires. It does expire after the specified time (set to 2 minutes in the Web.Config file), but I am not able to redirect the user to another page using Response.Redirect . I have tried using both external links and links to aspx pages within the same solution.
Any ideas?
Thanks
Jino