dumbskate Posted July 2, 2007 Share Posted July 2, 2007 the site is www.canvascompany.co.nz and the problem is very simple when a customer adds an item to the cart and then chooses to return to shopping. The session is stopped and the item disappears from the left hand cart display. I am just getting the ftp details so that i can check that the session cache has a temp file on the server but beyond that i am looking for suggestions. thanks in advance My name is James. I am a html web designer that has been thrown into the php world by a friends circumstance. My friend had a store built for him by a woman that ended up taking twice as long, did not do her job properly,and finally left him with a few nasty holes in his web site.I will be asking some almost simple questions to fix these holes. I am new to code and php but i take instruction well and can follow direction well. Link to comment Share on other sites More sharing options...
bkellum Posted July 3, 2007 Share Posted July 3, 2007 the site is www.canvascompany.co.nz and the problem is very simple when a customer adds an item to the cart and then chooses to return to shopping. The session is stopped and the item disappears from the left hand cart display. I am just getting the ftp details so that i can check that the session cache has a temp file on the server but beyond that i am looking for suggestions. thanks in advance James, My first suggestion would be to make sure you are storing sessions in the Database. Do this by setting 'mysql' to the "store sessions" section of your configure.php files. Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE Link to comment Share on other sites More sharing options...
dumbskate Posted July 4, 2007 Author Share Posted July 4, 2007 James,My first suggestion would be to make sure you are storing sessions in the Database. Do this by setting 'mysql' to the "store sessions" section of your configure.php files. yes it was set. Here is the string as it appears in the configure.php file define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' what next?? My name is James. I am a html web designer that has been thrown into the php world by a friends circumstance. My friend had a store built for him by a woman that ended up taking twice as long, did not do her job properly,and finally left him with a few nasty holes in his web site.I will be asking some almost simple questions to fix these holes. I am new to code and php but i take instruction well and can follow direction well. Link to comment Share on other sites More sharing options...
dumbskate Posted July 12, 2007 Author Share Posted July 12, 2007 yes it was set. Here is the string as it appears in the configure.php file define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' what next?? I am still trying to find an answer to this problem. help someone please :'( My name is James. I am a html web designer that has been thrown into the php world by a friends circumstance. My friend had a store built for him by a woman that ended up taking twice as long, did not do her job properly,and finally left him with a few nasty holes in his web site.I will be asking some almost simple questions to fix these holes. I am new to code and php but i take instruction well and can follow direction well. Link to comment Share on other sites More sharing options...
motavenda Posted July 12, 2007 Share Posted July 12, 2007 I was having random cart content changes.....and this post did the trick! see reply #6....and check it against your own config.php file......especially define('HTTPS_COOKIE_DOMAIN',...make sure you add the paths just as they are written there..... Hope that helps! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.