AC 7 beta 2 Dashboard Time Out

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
DonAshby
Commander (CMDR)
Commander (CMDR)
Posts: 172
Joined: Mon Oct 15, 2007 2:53 pm
Location: Palo Alto, CA
Contact:

AC 7 beta 2 Dashboard Time Out

Post by DonAshby » Wed Oct 24, 2007 9:27 pm

Hi
We have installed the beta 2 and are working on it. Is there a way to increase the beta 2 timeout - it seems to log us off in 5-10 minutes. Or is this an OS issue? We would like it to be about 30 minutes.

Don :?:

User avatar
Shopping Cart Admin
AbleCommerce Admin
AbleCommerce Admin
Posts: 3055
Joined: Mon Dec 01, 2003 8:41 pm
Location: Vancouver, WA
Contact:

Post by Shopping Cart Admin » Thu Oct 25, 2007 1:10 pm

Hello Don,

It's currently set to 20 minutes we are upping this to 90 in the next release. If you edit your web.config file:

Code: Select all

<authentication mode="Forms">
	<forms timeout="20" slidingExpiration="true"/>
</authentication>
change to:

Code: Select all

<authentication mode="Forms">
	<forms timeout="90" slidingExpiration="true"/>
</authentication>
Thanks for your support

Shopping Cart Guru
AbleCommerce.com
Follow us on Facebook

DonAshby
Commander (CMDR)
Commander (CMDR)
Posts: 172
Joined: Mon Oct 15, 2007 2:53 pm
Location: Palo Alto, CA
Contact:

Post by DonAshby » Fri Oct 26, 2007 1:46 pm

Thanks, 90 minutes is good.
Don

Post Reply