Session Timeout

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Im facing a problem of session timeout.
Session is getting timedout before the actual time set for the timeout.
What may be the reasons. Im also using @output catche directive in pages

......
 
close browser without Logout schreef:
Hi,

Im facing a problem of session timeout.
Session is getting timedout before the actual time set for the timeout.
What may be the reasons. Im also using @output catche directive in pages

.....

Whenever the browserwindow is closed, the session is terminated as well.
 
re:
Whenever the browserwindow is closed, the session is terminated as well.

That isn't true.

Whether a browser window is cloed or open has no effect on the life of a session.

A session lives until the period of time specified for the session timeout
passes without a request for a page having been received by the server.

Only then, when the session times out,
does the session die, unless session.abandon is called.




Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top