I'm setting up a store and I'm often interrupted. When I get back, I've got to log in again. It's a pain... I'm the only one here so I really don't mind staying logged-in.
How can I change this time-out to 'never'???
Increasing admin log-in time
Re: Increasing admin log-in time
In web.config:
and stay logged in all day.
Code: Select all
<authentication mode="Forms">
<forms timeout="1440" slidingExpiration="true" name="AC7.ASPXAUTH" />
</authentication>
Nick Cole
http://www.ethofy.com
http://www.ethofy.com