I've run into this problem, if your application is running on multiple servers but you do not have session management across servers. If you were just dealing with postbacks I would say use viewstate variables.
But if session variables aren't working you could try cookies instead, if the data is not a security risk... On Aug 30, 11:35 am, 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
