Guest Posted March 8, 2007 Posted March 8, 2007 Hi, i have a strange error. And I dont know at the moment how to fix it. I have implemented a CreditCard payment contribution for telecash http://www.oscommerce.com/community/contri...ll/search,click If the customer order and pay per creditcard and everything was correct, the order process behave like it should. BUT, if something went wrong at the creditcard payment (eg. wrong creditcard) the user gets loggod out. If he logs in again, he will be redirected to the page with the errormessage. I dont know why he gets logged out. I thing it must be something with the session. Here my Settings: Configuration > Sessions Session-Verzeichnis /tmp Information Benutzen von Cookies erzwingen False Information SSL-Session-Id überprüfen True Information User-Agent überprüfen True Information IP-Adresse überprüfen False Information Spider-Sessions verbieten True Session erneuern True Information And the includes/configure.php: define('HTTP_SERVER', 'http://test.de'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://ssl-account.com/test.de'); // eg, https://localhost - should not be empty for product ive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'test.de'); define('HTTPS_COOKIE_DOMAIN', 'ssl-account.com/test.de'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); The ssl is provide by an ssl-proxy from the provider where we are hosted. Any suggestion how to solve this ? Cheers -- schibumi
Recommended Posts
Archived
This topic is now archived and is closed to further replies.