Rank: Member
Joined: 7/31/2007(UTC) Posts: 3
|
Since our site has been moved to our live server we are having problems staying logged into the admin section of the site. Clicking around will randomly redirect to the login page (e.g. https://www.<<domain>>.com/bvadmin/login.aspx?returnurl=/bvadmin/configuration/users.aspx) and the user will have to enter their password 1 or more times to get back in. It looks like an authentication problem but I've tried every option in the web.config without success. The current config is:
<authentication mode="Forms"> <forms name=".ASPXAUTH" loginUrl="login.aspx" protection="All" timeout="30" path="/" requireSSL="false" slidingExpiration="true" cookieless="UseDeviceProfile" /> </authentication> <!--<authentication mode="Windows"/>-->
<sessionState timeout="30"></sessionState>
Anyone else have this problem or know what else I can check?
Cheers, Paul
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 1,786
|
Your store has been customized. BV Commerce 5 ships with the "authentication mode=Windows" tag in the web.config.
|
|
|
|
Rank: Member
Joined: 7/31/2007(UTC) Posts: 3
|
Hi Marcus,
Your right the store has been customised, I did it!! But I've tried every different setting in the web config without any success. I changed the mode back but still getting the constant redirect to login. The strange thing is it seems random, sometimes after 1 click, sometimes after a minute clicking around the admin. Is there anything else that could be causing this?
Paul
|
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
Hmm .. I've seen something similar a long time ago. Try to close all the IE windows, open a new one and clear the cookies of your browser. Also, do you have SQL session state enabled? Corneliu |
|
|
|
|
Rank: Member
Joined: 8/17/2006(UTC) Posts: 681
|
Hmm .. I've seen something similar a long time ago. Try to close all the IE windows, open a new one and clear the cookies of your browser. Also, do you have SQL session state enabled? Corneliu |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.