Session timeout

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

Guest

In the <sessionstate tag win web.config I set the timeout to 60 minutes. In
the
When does it expire? 60 minutes after the login, 60 minutes after the last
session variable set or 60 minutes after the last page accessed?
 
Hi Bruce,

<Authentication> is different. It doesn't in and of itself have a timeout
attribute. But inside it's child tag <Forms> there is a timeout, however it
depends on what slidingExpiration attribute is set to that determines
whether or not is acts like <Session>. <Session> doesn't have a
slidingExpiration attribute. Ken.
 
Back
Top