Our siteis consistently failing after approx. two minutes of activity. The cause is loss of all values stored in the Session object (Session.Count=0)? The web.config sessionState timeout is set to 20. Although I cannot be certain regarding the Infragistics controls being used, I'm certain we are not directly calling Session.Clear,Session.Abandon, etc in our code. So my questions are: 1) Is discountASP.net being run on a Server Farm? 2) Any thoughts about why or how to find out whythe Session object is being cleared?? Thanks John
No. Your site is not hosted on a webfarm. If session gets wipe out after 2 minutes, the most likely cause is process recycling caused by high memory or CPU usage. I recommend you create a support ticket and our SA will be able to tell you if this is the case. Bruce DiscountASP.NET www.DiscountASP.NET