admin login timeout

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

admin login timeout

Post by robgrigg » Tue Jan 05, 2010 7:30 am

Hi, After creatiung a new site on 7.0.4 (i have a dev site already running 7.0.3)
I have noticed with the new site that the login times out very quickly, within 10 mins. I have checked the form authentication setting and this is set to 90.

Any ideas?

Rob.

butterscotch
Lieutenant (LT)
Lieutenant (LT)
Posts: 80
Joined: Fri Sep 19, 2008 11:39 am

Re: admin login timeout

Post by butterscotch » Thu Mar 04, 2010 4:48 pm

That's a good question. Does anyone know how to fix this? I'd like to have it so that i can be logged in for at least 9 hours. Thank you!

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: admin login timeout

Post by mazhar » Fri Mar 05, 2010 10:18 am

Have a look at following thread, it may help you
viewtopic.php?f=42&t=11339

robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

Re: admin login timeout

Post by robgrigg » Wed Apr 07, 2010 7:22 am

Hi,

This is my web config entry

Code: Select all

<authentication mode="Forms">
	<forms timeout="60" slidingExpiration="true" name="AC7.ASPXAUTH"/>
</authentication>
<sessionState mode="InProc" timeout="60" cookieName="AC7.SESSIONID"/>
I still have the problem where the site logs you out every few minutes.

I am running IIS7, Windows server 2008.

Any other clues?

User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Re: admin login timeout

Post by igavemybest » Wed Apr 07, 2010 8:48 pm

Is your site staying alive the whole time? That may be logging you out if no one is using it. You could always make a little cookie for your computer to keep you logged in so you never are logged out unless you log out.

http://msdn.microsoft.com/en-us/library/ka5ffkce.aspx

robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

Re: admin login timeout

Post by robgrigg » Thu Apr 08, 2010 8:34 am

My site is staying live and other users are on the site, the passwords just time out.

Thanks for the link, I'll look at that.

Do do still want to figure out what the issue is becaise it is affecting all logged in users.

Cheers,

Rob.

User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Re: admin login timeout

Post by igavemybest » Thu Apr 08, 2010 10:43 am

You wouldnt happen to be on discountasp.net would you? I had this issue when I used to have a few sites there. I dont recall the specific reason though, let me search through my old emails and it could be something that applies.

robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

Re: admin login timeout

Post by robgrigg » Thu Apr 08, 2010 10:46 am

I have this hosted on my own server with 1and1 so I have full control.
It is a strange issue. I have check and rechecked the configurations and really can't explain.

If you could turn up the issue you had it migh help shed some light.

Thanks again for you assistance.

Rob.

User avatar
Michael Ward
AbleCommerce Moderator
AbleCommerce Moderator
Posts: 132
Joined: Thu Mar 03, 2005 3:00 am

Re: admin login timeout

Post by Michael Ward » Thu Apr 08, 2010 6:27 pm

Hi there Rob
Do you have your database on a different server? If so please check to see if the system clock on both systems are synced.

Thanks
Thank you for your support

Michael Ward
Image.com
Follow us on Twitter http://twitter.com/AbleCommerce/

User avatar
igavemybest
Captain (CAPT)
Captain (CAPT)
Posts: 388
Joined: Sun Apr 06, 2008 5:47 pm

Re: admin login timeout

Post by igavemybest » Fri Apr 09, 2010 1:07 am

Yes, that was the issue with discountasp.net

robgrigg
Lieutenant (LT)
Lieutenant (LT)
Posts: 76
Joined: Fri Jun 12, 2009 2:22 am

Re: admin login timeout

Post by robgrigg » Fri Apr 09, 2010 5:39 am

Thanks for your continued advice.

The Database is on the same server...

Any other thoughts?

Post Reply