Session timeout

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello everybody

my ASP.NET app is running fine on my development system. But some errors occured after installation on another server. I believe the reason is a session timeout
My question is therefore: Which settings influence the session timeout except my timout settings in web.config? Is there also a timout in the IIS? Or can the timeout somewhere else be overwritten

Thanks a lo

Jennife
 
Jen,

Try looking in IIS, go to the properties of your website and select the
Directory tab. Now click the Configuration button down by the Application
Setting area. Now select the Options tab.

You should see Session Timeout settings.

MattC

Jennifer said:
Hello everybody,

my ASP.NET app is running fine on my development system. But some errors
occured after installation on another server. I believe the reason is a
session timeout.
My question is therefore: Which settings influence the session timeout
except my timout settings in web.config? Is there also a timout in the IIS?
Or can the timeout somewhere else be overwritten?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top