Membership - won't stay logged in
3 posts by 2 authors in: Forums > CMS Builder: Plugins & Add-ons
Last Post: February 9, 2012 (RSS)
By Joef5 - February 8, 2012
I've got the cms builder and membership working, but run into an issue when used with a shopping cart. The member must login to view prices or add items to the shopping cart. When an item is added to the cart, you are taken to the cart screen, then returned to the cmsbuilder page. Only when returned, the member is required to login again. How can I keep the members logged in when they return from the shopping cart script?
http://herbaldiscountcenter.com is the site, using with a Dansie shopping cart.
http://herbaldiscountcenter.com is the site, using with a Dansie shopping cart.
Re: [Joef5] Membership - won't stay logged in
By (Deleted User) - February 9, 2012
Hi Joef5,
I've just tested your site - the problem is that you are using both 'www.herbaldiscountcenter.com' and 'herbaldiscountcenter.com'. A user logged in under one domain name would not be logged in under the other.
The solution is go through your site and replace all the links to "www.herbaldiscountcenter.com" with "herbaldiscountcenter.com" (or vice versa).
You could also use a redirect to send traffic going to "www.herbaldiscountcenter.com" to "herbaldiscountcenter.com" (or again, vice versa).
Let me know if this helps,
Tom
I've just tested your site - the problem is that you are using both 'www.herbaldiscountcenter.com' and 'herbaldiscountcenter.com'. A user logged in under one domain name would not be logged in under the other.
The solution is go through your site and replace all the links to "www.herbaldiscountcenter.com" with "herbaldiscountcenter.com" (or vice versa).
You could also use a redirect to send traffic going to "www.herbaldiscountcenter.com" to "herbaldiscountcenter.com" (or again, vice versa).
Let me know if this helps,
Tom
Re: [Tom P] Membership - won't stay logged in
By Joef5 - February 9, 2012
I found the www.herbaldiscountcenter.com in the general settings and dropped the www. prefix there. All works fine now - Thanks!