programguru Posted June 30, 2006 Posted June 30, 2006 We have created a customized OSc cart, and added some contributions etc, to come to what we thought was a final result until... We have observed this: 1.) When a user adds products to his cart, they are then viewable by ANYONE else who views their cart - on any other machine. 2.) In addition, when checking out, and a user adds or changes a shipping or billing address, those addresses are reflected on ANY other machine (user) who is using the site. Basically, I could call this a "Global Cookie" ... meaning ALL users see the same items in their cart and addresses updated by any users. SOS! USERS ARE NOT LOGGED IN.
kgt Posted June 30, 2006 Posted June 30, 2006 If users are not logged in and they have the ability to add and delete addresses, then you must have installed one of the checkout without account contributions. So what you have is a modified checkout procedure. In order to reach a solution, you need to describe all changes and contributions you made and installed on your site. Contributions Discount Coupon Codes Donations
programguru Posted June 30, 2006 Author Posted June 30, 2006 If users are not logged in and they have the ability to add and delete addresses, then you must have installed one of the checkout without account contributions. So what you have is a modified checkout procedure. In order to reach a solution, you need to describe all changes and contributions you made and installed on your site. I understand your need for data. These are the two main contributions we've installed: osCommerce MS2 - Purchase Without Account (this is where the issues appears to rest) Fedex Realtime Quotes for MS3 CVS - working fine We are currently working on the issue, and feel it is session related. It's a terrible nightmare, cause the site is going live tomm! Any suggestions you would throw on the table? =======================
kgt Posted June 30, 2006 Posted June 30, 2006 Also describe what kind of admin settings you have for sessions: Admin Section > Configuration > Sessions Are you storing sessions on the filesystem or in the database? (This may be found by finding the value of STORE_SESSIONS in includes/configure.php.) Contributions Discount Coupon Codes Donations
programguru Posted June 30, 2006 Author Posted June 30, 2006 Also describe what kind of admin settings you have for sessions: Admin Section > Configuration > Sessions Are you storing sessions on the filesystem or in the database? (This may be found by finding the value of STORE_SESSIONS in includes/configure.php.) Storing in FS .. still not resolved ...
programguru Posted June 30, 2006 Author Posted June 30, 2006 Also describe what kind of admin settings you have for sessions: Admin Section > Configuration > Sessions Are you storing sessions on the filesystem or in the database? (This may be found by finding the value of STORE_SESSIONS in includes/configure.php.) Also describe what kind of admin settings you have for sessions: Session Directory /tmp Force Cookie Use False Info Check SSL Session ID False Info Check User Agent False Info Check IP Address False Info Prevent Spider Sessions False Info Recreate Session True
ozcsys Posted June 30, 2006 Posted June 30, 2006 Storing in FS .. still not resolved ... If you are on a shared sever you should store sessions in the database.. Set to mysql in the two configure.php files. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
ozcsys Posted June 30, 2006 Posted June 30, 2006 Also describe what kind of admin settings you have for sessions: Session Directory /tmp Force Cookie Use False Info Check SSL Session ID False Info Check User Agent False Info Check IP Address False Info Prevent Spider Sessions False Info Recreate Session True Set everything to false execpt Prevent Spider Sessions which should be set to true. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.