Click to See Complete Forum and Search --> : Sesstion Time out


dotnetaish
November 2nd, 2005, 07:06 AM
I'm working with asp.net c# web application.
In my app. I used session variables,
I don't want to expire sesstion until the user clicks the logout button.but my application after some time period sesstion expired. how can I avoid this? I increased the sesstion timeout time of the web config file. but it did not work.

HanneSThEGreaT
November 2nd, 2005, 07:39 AM
Have a look at these options for Maintaing Session State in ASP (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissdk/html/9ee65ac4-339c-4bc7-813c-02f753e28fb2.asp)