How to set timeout value for default form authentication in ASP.NET ?

  • Thread starter Thread starter saurabh singh
  • Start date Start date
S

saurabh singh

Guest
ASP.NET supports two types of authentication 1) Default that can be configured by ASP.NET Tool and 2) By implementing custom classes.
During Custom implementation timeout value can be specified in web.config but in Default implementation you can't set timeout value.
 
Back
Top