Return to Snippet

Revision: 12052
at February 28, 2009 19:04 by spark9


Initial Code
<system.web>
    <authentication mode="Forms">
          <forms timeout="50000000"/>
    </authentication>
</system.web>

Initial URL


Initial Description


Initial Title
ASP.NET Forms Authentication Login Timeout

Initial Tags
aspnet

Initial Language
ASP