Forms authentication expiration

  • Thread starter Thread starter Do
  • Start date Start date
D

Do

Hi,

What's the default expiration for forms authentication?
If I hit refresh, will i get redirected to a login page(if the time has
expired)?

Thanks,

Do
 
It should be noted in your web.config.
Also watch out for the Session expiration, and make sure the two values are
the same.

Correct, if you're session/auth has expired, if you hit refresh you will be
redirected to the login screen
 
Back
Top