mike55 Posted April 28, 2005 Posted April 28, 2005 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 Quote A Client refers to the person who incurs the development cost. A Customer refers to the person that pays to use the product. ------ My software never has bugs. It just develops random features. (Mosabama vbforums.com)
wessamzeidan Posted May 2, 2005 Posted May 2, 2005 are you loosing your sessions during development time? When you rebuild your project, the sessions are cleared. Quote Proudly a Palestinian Microsoft ASP.NET MVP My Blog: wessamzeidan.net
bri189a Posted May 2, 2005 Posted May 2, 2005 How big is the data...the server may be reclaiming space because it's too large. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.