ASP.NET Forms Authentication Login Timeout


/ Published in: ASP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <system.web>
  2. <authentication mode="Forms">
  3. <forms timeout="50000000"/>
  4. </authentication>
  5. </system.web>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.