coldfission Posted December 12, 2007 Posted December 12, 2007 We are having a problem when two customers call in to place orders at the same time. We just use our website as a customer when they call in. One person will be on the phone with a customer with items in their shopping cart, then the next customer will call and we have to log into another account to place the order. Sometimes all of the items in one account are swapped over to the other account that has just logged in. This only happens over our network with the same IP address. How do i fix this problem? thanks
comicsigotem Posted December 12, 2007 Posted December 12, 2007 Why don't you just write down or type their order while they're giving it to you and when you get off the phone with them, you put in the order?
♥geoffreywalton Posted December 12, 2007 Posted December 12, 2007 Try gooogling oscommerce sessions There is some interesting reading there Admin > Configuration > Sessions Regenerate Session ID If set to True the session id will be recreated when the customer tries to checkout or login to their account. This helps prevent two customers from accidently logging into each others account due to hard coded session id's in the store. (Requires PHP >=4.1) Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
coldfission Posted December 12, 2007 Author Posted December 12, 2007 this was set to true in my settings. I even tried the contribution "Session Regeneration" http://www.oscommerce.com/community/contributions,4112 I tested it exactly how it says. I put items in my cart, logged in, and compared the two osCsid and they were the same. I have php version 4.3.11. Why isn't it creating new session id's?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.