Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Excerpt

This file is used

when

when Forms Authentication

is

 is choosen during installation.


<authentication mode="None">
<forms loginUrl="/Account/Login" timeout="2880" />
</authentication>

The setting setting timeout is used to set how many seconds minutes it takes before the user is logged out of the system. In this case it's set to 2880 seconds.<authentication mode="None">
<forms loginUrl="/Account/Login" timeout="2880" />
</authentication>minutes.