Forums

ASP

This topic is locked

Login pages and session variables

Posted 16 May 2002 13:26:08
1
has voted
16 May 2002 13:26:08 Claudio Huyskens posted:
I used the UD login, user authentification and restrict access to server behaviours. It works perfectly on the IIS 5.0 of my home computer, however has difficulties on my webserver. Users can log in, but the session variable seems to expire very quickly, so people get kicked out.

My question: How can I adjust the duration of the session variable?

I use ASP with VBscript.

Thanks in advance if anyone has any ideas on this.

Replies

Replied 16 May 2002 14:11:45
16 May 2002 14:11:45 johannes nel replied:
the default session time before time out is 20 min, this can be altered however by using the tijmeout property on the session obj. exp: session.timeout = x;

i have encountered problems with some anti-virus packages and session var's.

another option is 2 find out how the iis has been setup on the web server...



Replied 16 May 2002 14:43:59
16 May 2002 14:43:59 Claudio Huyskens replied:
where do I need to insert the session.timeout?

Replied 16 May 2002 15:30:36
16 May 2002 15:30:36 johannes nel replied:
global.asa

Replied 21 May 2002 21:26:40
21 May 2002 21:26:40 LiToZ LiToZ replied:
Interesting topic,
i have a full project done but i dont use global.asa file! so how can i make it now and bind it with the project to be able to ad that line of the server timeout ?

Reply to this topic