Hello... Any idea why i am losing my session variables in my application... i using C# AJax and MS SQL as database... it always happen after my application access the database server.
It is likely your application is going over the memory limit for your account plan, so when the application pool recycles, the sessions are lost if you're saving them inProc (default). Try switching to SQL sessions as shown here: http://support.Winhost.com/KB/a626/how-to-enable-aspnet-sql-server-session-on-your-web.aspx