windows authenticatin

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

Guest

Hi
If I use windows authentication, is that mean that the time out policy is
the same as the asp.net application machine?
Thanks
 
Hi Nay,
the timeout period is what you define it to be in the web.config file. It
doesn't matter if you use Windows Authentication. If the session expires and
the user starts a new session, he will be reauthenticated.
 
Back
Top