Page 1 of 1

Increasing admin log-in time

Posted: Fri Mar 13, 2009 1:14 pm
by William M
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'???

Re: Increasing admin log-in time

Posted: Fri Mar 13, 2009 1:49 pm
by nickc
In web.config:

Code: Select all

		<authentication mode="Forms">
			<forms timeout="1440" slidingExpiration="true" name="AC7.ASPXAUTH" />
		</authentication>
and stay logged in all day.