AboutSrini Nagarajan Expertise I can answer any kind of questions in ASP.NET, C#, VB.NET, SharePoint 2007, ASP, Coldfusion, Powerbuilder 7.00 / 8.00, JAVA servlets, MS SQL 2000 / MSSQL7, Sybase
Experience Contact me if you need any custom development on ASP.NET, ASP, SharePoint 2007, Coldfusion, Powerbuilder.
Tommygunn writes on 2008-05-23 06:01:35
Hi, I had the same problem using IIS 6 and a classic ASP site. It would drop sessions at a random interval. I would just keep refreshing the page and eventually it would lose the session. Through some tinkering with IIS I discovered that if I tweak the Application Pool for that web site I could get it to not drop the session anymore. I disabled the Virtual Memory Usage check box and saved the setting. I tested by re-checking the box and sure enough my session was dropped after about 30 seconds. The Application Pools are at the very top of the IIS Manager screen right underneath the name of your webserver and right above the websites. I actually created a "Test" application pool and assigned my website to it. Hope this helps.