Hi all
I have set the timeout value of my web app to 2 minutes in to web.config file. I have also confirmed that the session timeout for the app. in IIS is also set to 2 minutes. I am only using the 2 minutes as a test and will up the value to about 20 minutes when I get it working properly.
So, I log in, and I do nothing for over two minutes. When I try to go to another page via the menu control, the application starts crashing and throws errors regarding missing data, tables, etc. Now I think that this is due to the fact that I previously changed the Content Expiry to 2 minutes and then to 4 minutes.
How can I get my app. to redirect the user to the long in page after a set time?
Mike55.
I have set the timeout value of my web app to 2 minutes in to web.config file. I have also confirmed that the session timeout for the app. in IIS is also set to 2 minutes. I am only using the 2 minutes as a test and will up the value to about 20 minutes when I get it working properly.
So, I log in, and I do nothing for over two minutes. When I try to go to another page via the menu control, the application starts crashing and throws errors regarding missing data, tables, etc. Now I think that this is due to the fact that I previously changed the Content Expiry to 2 minutes and then to 4 minutes.
How can I get my app. to redirect the user to the long in page after a set time?
Mike55.