Zen Cart Logo
Forums / General Questions / zenid problem??

zenid problem??

Locked

Views: 1,019

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
21 Nov 2009, 3:44 PM
#1
shane78 avatar

shane78

Banned

Join Date:
Oct 2008
Location:
newcastle upon tyne (UK)
Posts:
876
Plugin Contributions:
0

zenid problem??

Hi..

i dont know if this is a problem as such, i have built several ZC sites and this is a new problem/thing that has appeared on my latest build.

when a user accesses a ZC site, zenid appears in the url for the first page click, then disappears on ever page click after. i know this is normal as it is the session for the user.

But on my latest site the 'zenid' appears on every page, it does not go away at all...

i am using zc 1.3.8a fully patched with only the admin profiles add-on installed....

any ideas why this is happening?.... and how can i make it act like my other builds?

thanks
M

21 Nov 2009, 7:35 PM
#2
wilt avatar

wilt

Oji-san

Join Date:
Jun 2003
Location:
Newcastle UK
Posts:
1,867
Plugin Contributions:
3

Re: zenid problem??

Check that the value of

session_use_cookie is set to 1 in php.ini

If you have a link to the site as well, that would help :)

Will understand though if you are still building it and don't want to advertise it just yet.

22 Nov 2009, 3:29 PM
#3
shane78 avatar

shane78

Banned

Join Date:
Oct 2008
Location:
newcastle upon tyne (UK)
Posts:
876
Plugin Contributions:
0

Re: zenid problem??

Hi Wilt..

aye i checked the file and it is session.use_cookies = 1"

i have a test site and the main site... both on the same server, the test site works normal but the main site always shows the session ID.

i think i have ballsed it up somewhere... the site was only at the start of development with only one add on so far. I will start over and see if it happens on a fresh install.

Cheers... will let you know the craic

22 Nov 2009, 5:04 PM
#4
shane78 avatar

shane78

Banned

Join Date:
Oct 2008
Location:
newcastle upon tyne (UK)
Posts:
876
Plugin Contributions:
0

Re: zenid problem??

after a clean install all is working well...

I think i know what the problem was...

my settings were....
define('HTTP_SERVER', 'http://MYSITE.co.uk');
define('HTTPS_SERVER', 'https://www.MYSITE.co.uk');

and i think this was causing the problem. As it did it again after a clean install.. then i realised what was happening when looking in the address bar...

changed my includes/configure.php and admin/includes/configure.php for all settings to read WWW and now it works...