Common problem. The ASP.NET worker process (> v. 2.0) gets recycled if it encounters an unhandled exception. This results in all session state being cleared (assuming you're running InProc).
On Aug 30, 8:35 pm, swathi muthineni <[email protected]> wrote: > I have logged in to the application (In development Environment) with my > userid and pswd... > > I am using Session variables in the application..in order to access some > values across different pages. Though my session didnt time out, my session > variables are becoming null after a while...Can some one please help me with > this.. > Thanks, > Swathi
