This topic is locked

Session Timeout...

11/9/2006 4:10:17 PM
ASPRunner.NET General questions
C
cappa96 author

I know this has been mentioned in the asprunner forum, however

it seemed unclear if this can be changed within asprunner.net
how can i over ride the default and set it to be a bit more...

the users have only 90 seconds to the session....

the asprunner forum mentioned something about session.timeout=200

if i could use a statement like that, where would i place this?
Thanks
cappa

Eugene 11/10/2006

In IIS 6.0 you have to do some settings.
1.open iis 6.0 select virtual directory --->properties--->configure--->options-->by default it will be 20 min . increase this time greater or equal to the session time out of your web.config file.
2. open iis6.0 under Applicationpool -->select default application pool-->properties-->select performance tab-->by default it will be 20 min . increase this time greater or equal to the session time out of your web.config file.