This topic is locked

session timeout

8/8/2005 9:35:57 AM
ASPRunnerPro General questions
H
hasit author

how can i increase the session timeout of the logged of a user

Sergey Kornilov admin 8/9/2005

Hi,
proceed to Control Panel - Administrative Tools - Internet Information Service. Right click on website and choose Home directory - Configuration - Options. Change Session Timeout value.

H
hasit author 8/9/2005

hello,
thanks for your reply.
i dont have the access of the server, can i configure the software to have no session timeout? or increase the time?
thanks in anticipation.
hasit

Sergey Kornilov admin 8/9/2005

Hasit,
you can set session time with the folowing statement:

Session.Timeout=200

where 200 is number of minutes you want the session to exist.
You can insert this statement into _variables.asp files staright after

the "<%" element