hi,
anybody to tell me
i did a website but there is a problem after 20 min my session is Expire and My application is
crash down
i want to in my application how to Asyncronously page refresh/load
and persistantly store a session in my application without crash appication
Loading

Anuja PawarPosted Jan 4, 2012, 3:11 AM
Session default time depends on the type of authentication used.
Forms authentication uses it own value for timeout (30 min. by default). A forms authentication timeout will send the user to the login page with the session still active. This may look like the behavior your app gives when session times out making it easy to confuse one with the other.
Still you are facing problem then check your IIS settings.
Krishna GaradPosted Jan 4, 2012, 2:22 AM
Or you can use update panel of ajax to partial refresh of page.