Zen Cart Logo

zenid

Locked

Views: 2,606

Results 1 to 9 of 9
This thread is locked. New replies are disabled.
14 Nov 2006, 10:54 PM
#1
scottb avatar

scottb

Zen Follower

Join Date:
Mar 2006
Location:
St. Louis area
Posts:
205
Plugin Contributions:
0

zenid

Why is the session id attaching itself to the category page?

/index.php?main_page=index&cPath=5&zenid=1af8abca2ea754187ce48ab3437f4a6e

I am using 1.3.6

15 Nov 2006, 12:31 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: zenid

The zenid shows on the first click on the shop and on secure pages ...

If it continues to show after that ... you could have session issues, code issues, etc.

What are the settings in the Configuration ... Sessions ...

15 Nov 2006, 2:12 PM
#3
scottb avatar

scottb

Zen Follower

Join Date:
Mar 2006
Location:
St. Louis area
Posts:
205
Plugin Contributions:
0

Re: zenid

This only happens when I have products listed in the categories.

Session Directory /hsphere/local/home/account/mysite.info/shop/cache

Cookie Domain True

Force Cookie Use False

Check SSL Session ID False

Check User Agent False

Check IP Address False

Prevent Spider Sessions True

Prevent Spider Sessions True

IP to Host Conversion Status True

15 Nov 2006, 7:41 PM
#4
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: zenid

You should not see it except as I described ...

If you see it beyond that, then there could be something setup incorrectly on sessions or on your server ...

Do you have an URL to your site?

NOTE: sometimes closing all browser windows, clearing your cache and cookies will fix this based on weird conflicts that might of occured while setting up your site ...

2 Jan 2007, 6:41 PM
#6
s_mack avatar

s_mack

Totally Zenned

Join Date:
Jun 2005
Location:
Kelowna, BC Canada
Posts:
1,033
Plugin Contributions:
4

Re: zenid

I'm confused.. that "solution" is totally unrelated. I'm still looking for the source of this zenid persistance.

  • Steven
3 Jan 2007, 5:01 AM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: zenid

Do you have cookies turned off in your browser?

3 Jan 2007, 5:07 AM
#8
s_mack avatar

s_mack

Totally Zenned

Join Date:
Jun 2005
Location:
Kelowna, BC Canada
Posts:
1,033
Plugin Contributions:
4

Re: zenid

no, cookie settings are default. Same behaviour in ie, ff, and opera.

I think I figured it out though... in cPanel I have the domain forwarding directly to the shop's folder... and it wasn't matching the domain set up in configure.php

In other words... the htaccess file was forwarding domain.com to domain.com/shop while the site was expecting https://www.domain.com/shop

I changed it and it didn't seem to make an immediate difference (cookies catching up?) but now my problem seems to be gone.

I'm not sure if that makes sense or not... but I didn't change anything else.

  • Steven
3 Jan 2007, 5:21 AM
#9
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: zenid

That would make sense as the forward was preventing the session from managing itself right so it had to keep passing the zenid to keep track of itself ...