monikart Posted March 29, 2005 Posted March 29, 2005 I have recently set up shared SSL on my OSC shopping cart. My problem occurs when two or more people log in, it seems that all of the people see the same shooping cart and once someone loggs off, eveyone else gets thrown off too. I don't seem to find anyone that is having this issue. I have set up liek 5 carts already and have never crossed this problem. It is also the first time I'm using a shared SSL. here's what my configure.php looks like: define('HTTP_SERVER', 'http://server99.totalchoicehosting.com/~spectee'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://server99.totalchoicehosting.com/~spectee'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'http://server99.totalchoicehosting.com/~spectee'); define('HTTPS_COOKIE_DOMAIN', 'https://server99.totalchoicehosting.com/~spectee'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); I would appreciate any help Quote
GroovyFish Posted March 29, 2005 Posted March 29, 2005 Hi monikart, That is very strange. So what you are saying is everyone is seeing the same account? Do you know how these people are getting to your site? Are they coming from search engines? It *sounds* like you could have a link out there with a session ID in the URL. Quote
monikart Posted March 29, 2005 Author Posted March 29, 2005 No, i'm simply testing the site with a couple of other people. and it was quite embarresing when i was showing the client. that's when i noticed the issue. we were all logged in and the next thing i know, te client is teeling me she's seeing my address and cart items... i donno what's going on. i have erased and set up from scratch. the contribs i'm using is the Seperate Price per Customer and STS Quote
GroovyFish Posted March 29, 2005 Posted March 29, 2005 You are not both using the same computer, correct? And you didn't send a link to your client with a session ID in it? Had to ask I am not familiar with those contribs (I use Zencart, not OSC) so I am not sure if those are causing your problems... and I am not sure how enabling SSL would cause those problems either. Maybe someone here that uses OSC will have a better idea. Quote
monikart Posted March 29, 2005 Author Posted March 29, 2005 Thanks, no not the same comuter. we're not even in the same state. and no, i just sent link to the site. thanks for your suggestions though. I'm about to rip my hair out. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.