Increasing admin log-in time

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
William M
Commander (CMDR)
Commander (CMDR)
Posts: 150
Joined: Sat Feb 14, 2009 9:40 am
Contact:

Increasing admin log-in time

Post by William M » Fri Mar 13, 2009 1:14 pm

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'???

User avatar
nickc
Captain (CAPT)
Captain (CAPT)
Posts: 276
Joined: Thu Nov 29, 2007 3:48 pm

Re: Increasing admin log-in time

Post by nickc » Fri Mar 13, 2009 1:49 pm

In web.config:

Code: Select all

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

Post Reply