Session losing data.

mike55

Contributor
Joined
Mar 26, 2004
Messages
727
Location
Ireland
Hi,

Am using Sessions to store datasets that are full of data from the database. In my web config file the session timeout value is set to 20 (I'm assuming that this is 20 minutes). I have also gone to IIS and in the properties for the default have set the timeout to 40 minutes.

However the problem seems to be that my sessions are loosing the data they are storing after about 10 minutes. Any suggestions on what could possible be doing this?

Mike55
 
How big is the data...the server may be reclaiming space because it's too large.
 
Back
Top