Link to home
Start Free TrialLog in
Avatar of hongclub
hongclub

asked on

.net application can i set forms authentication session to 1 minute?

in my .net application, i want to set timeout to 1 hour.

I played around the web.config and iis, still no luck to set the time.

Come down to it, i want to try set <authentication mode="Forms"> to 1 minute (for testing purpose), can i do that?  
<authentication mode="Forms">
      <forms loginUrl="/Security/Login.aspx" timeout="1" path="/"></forms>
</authentication>

cuz i am wondering the timeout min is 30 minute.

Please advise,
Tommy
ASKER CERTIFIED SOLUTION
Avatar of andreika13
andreika13

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial