FridayNight Posted February 4, 2007 Posted February 4, 2007 SESSION ! That's the problem! I changed the session handling from sql to filebased and it works! No double orders anymore! includes/configure.php : define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' Admin Menue - Configuration - Session: Session Directory / ... /tmp/ Absolute path to your tmp directory (create one if absent and don't forget to give write permission) After all I'm still curious why Internet Explorer opens two sessions and all other browsers just one ...
FridayNight Posted February 9, 2007 Posted February 9, 2007 ok, no double orders, but ... ... after checkout internet explorer redirects to an empty shopping cart without showing the checkout_success.php page ... why?
tfittsy Posted February 17, 2007 Author Posted February 17, 2007 ok, no double orders, but ... ... after checkout internet explorer redirects to an empty shopping cart without showing the checkout_success.php page ... why? Good find on the sessions storage. I'll look into it later tonight and see what I can find.
jashnu Posted May 18, 2007 Posted May 18, 2007 Good find on the sessions storage. I'll look into it later tonight and see what I can find. Any news on this? My sessions are in the database. The problem occurs only sometimes, any solutions?
actarus1011 Posted March 15, 2008 Posted March 15, 2008 Hello. I just noticed the same problem on my website. Is the session thing the solution ? I noticed that it does it only when using paypal.... And I sometimes have up to 10 minutes delay between the two orders... Strange
Recommended Posts
Archived
This topic is now archived and is closed to further replies.