I've recently been working on a project for a client. Its a simple E-
Commerce site and I decided to use Sessions for the cart.

I got everything set-up and working 100% on my local dev area, but for
some reason when I went over to the server the sessions are not
carrying...

I set-up a test under the action where I add items to the cart (/
mycart/add) and it is showing that the sessions are created and
displays them correctly. However when refreshing the page, or going to
a different page (like /mycart/) the session seems to be destroyed! I
cannot figure this out... Can anyone help?

I've set up an example below...
Session just added and showing up:
http://country.tikiwebproductions.com/mycart/add/2
Then move to another page and it disappears:
http://country.tikiwebproductions.com/mycart/other

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to