patrickrj Posted February 18, 2004 Posted February 18, 2004 Recently, we received two orders. The first order seems to be completely normal. The next order that was received (which happened to be about 40 minutes later), however, seemed to have some problems. Everything looked okay EXCEPT that the customer information was the information for the customer who placed the previous order. The shipping and billing information for the second order were different from the customer information. We contacted the customer to see if they had, in fact, placed two orders, and they hadn't. Has anyone else experienced similar problems? Or better yet, know of a fix? We are currently running osCommerce 2.2-MS1. Thanks!
SunYe Posted February 18, 2004 Posted February 18, 2004 I think this may be like a session problem. If you select store the session info in DB can resolve the problem. Try and change the session setting in configure.php like this define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' ;) Fan of OSC system................. Comming From China.............
patrickrj Posted February 18, 2004 Author Posted February 18, 2004 SunYe, Thanks for your input. I agree that there's a good chance it's a session problem, but I'm not sure if the proposed solutions will fix it. In my experience, storing the sessions in the database would make a difference in the case where the HTTP and HTTPS servers are different. But in our case, the HTTP and HTTPS services are on the same server and should be able to share the session information that is stored (by default) on the filesystem. What do you think? Thanks, Patrick
Recommended Posts
Archived
This topic is now archived and is closed to further replies.