Click here to Skip to main content
15,909,498 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
The code below should display the log on screen after 15 minutes but that not happening. How can I get the timeout to work?

XML
<authentication mode="Forms">
      <forms timeout="15">
             slidingExpiration="false"
             loginUrl="Default.aspx"
             protection="All"
             name=".ASPXAUTH" path="/"
            defaultUrl="Default1.aspx"
             cookieless="UseUri"/>
  </forms></authentication>
Posted
Updated 18-Jun-10 10:07am
v2

1 solution

I do not do much with ASP.Net but encountered a similar problem.

This[^] may have the solution. Is your setting being overriden?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900