Homeowner Loan - Mortgages - Cheap Car Insurance - Loans - Mortgages

PDA

View Full Version : Problem with session variables


astambara
Oct 4th 2005, 8:32 am
I have a problem with session variables (in ASP page) and iis6 (windows 2003 server).

When I use a session variabes they expire after few minutes (about 5).

This problem is a new entry of windows 2003 (with windows 2000 they work correctly).

I configured Internet Information Services (iis) manager checking ENABLE SESSION STATE and inserting 50 into SESSION TIME OUT MINUTES.

I configured also the Application Pools (SHUTDOWN WORKER PROCESS AFTER BEING IDLE FOR (TIME IN MINUTES)) inserting 70 minutes.

for examples, using an AD SERVER (XIGLA) on my portal (http://www.ilb2b.it) the banners are displayed for few minutes after that they disapper.

What is the problems?
Is a problems of ii6 or I configured badly the iis?

Thank's a lot
Simone

carlf
Oct 5th 2005, 6:58 am
sorry if this is stating the obvious, but have you tried:-

Session.TimeOut = 15 (or however many minutes you want)

in your ASP script?