admin login timeout
admin login timeout
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.
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.
-
- Lieutenant (LT)
- Posts: 80
- Joined: Fri Sep 19, 2008 11:39 am
Re: admin login timeout
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!
Re: admin login timeout
Have a look at following thread, it may help you
viewtopic.php?f=42&t=11339
viewtopic.php?f=42&t=11339
Re: admin login timeout
Hi,
This is my web config entry
I still have the problem where the site logs you out every few minutes.
I am running IIS7, Windows server 2008.
Any other clues?
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 am running IIS7, Windows server 2008.
Any other clues?
- igavemybest
- Captain (CAPT)
- Posts: 388
- Joined: Sun Apr 06, 2008 5:47 pm
Re: admin login timeout
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
http://msdn.microsoft.com/en-us/library/ka5ffkce.aspx
Re: admin login timeout
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.
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.
- igavemybest
- Captain (CAPT)
- Posts: 388
- Joined: Sun Apr 06, 2008 5:47 pm
Re: admin login timeout
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.
Re: admin login timeout
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.
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.
- Michael Ward
- AbleCommerce Moderator
- Posts: 132
- Joined: Thu Mar 03, 2005 3:00 am
Re: admin login timeout
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
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
- igavemybest
- Captain (CAPT)
- Posts: 388
- Joined: Sun Apr 06, 2008 5:47 pm
Re: admin login timeout
Yes, that was the issue with discountasp.net
Re: admin login timeout
Thanks for your continued advice.
The Database is on the same server...
Any other thoughts?
The Database is on the same server...
Any other thoughts?