Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

login


Guest

Recommended Posts

Hi,

 

I have ms2 with SSl connexion. My probleme is when i try to open a session, they accept my email and password but I return to the same page who's ask me again if I want to open a new session.

And if I continue my shoppin, it's ok. I have good information for make my payment.

 

But if i try a no good login or password, they tell me.

 

This is my includes/configure.php

 

// Define the webserver and path parameters

// * DIR_FS_* = Filesystem directories (local/physical)

// * DIR_WS_* = Webserver directories (virtual/URL)

define('HTTP_SERVER', 'http://www.aphasie.qc.ca'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://www.securewebexchange.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'www.aphasie.qc.ca');

define('HTTPS_COOKIE_DOMAIN', 'securewebexhange/aphasie.qc.ca');

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/aphasie.qc.ca/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/');

 

define('DIR_WS_DOWNLOAD_PUBLIC', 'pub/');

define('DIR_FS_CATALOG', '/services/webpages/a/p/aphasie.qc.ca/public/catalog/');

define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 

// define our database connection

define('DB_SERVER', 'sql.megasqlservers.com'); // eg, localhost - should not be empty for productive servers

define('DB_SERVER_USERNAME', 'XXX.XXXXXXX.XX"XX');

define('DB_SERVER_PASSWORD', 'xxxxxxxxxx');

define('DB_DATABASE', 'boutique_aphasie_qc_ca');

define('USE_PCONNECT', 'false'); // use persistent connections?

define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

?>

 

If someone can help me please?

 

Thanks

 

Alain

Link to comment
Share on other sites

There is nothing wrong with that file. Try deleting all Temporary Internet Files and all Offline Content via Internet Tools in your browser, and also deleting any cookies set by your website in your cookies folder (on your computer).

 

Vger

Link to comment
Share on other sites

I do wat you tel me about cookies, internet file and offline but I have the same probleme.

 

Do you have something else?

 

Thans,

 

Alain

Link to comment
Share on other sites

I do wat you tel me about cookies, internet file and offline but I have the same probleme.

 

Do you have something else?

 

Thans,

 

Alain

 

It's Ok. I find the solution:

 

1- define('HTTPS_COOKIE_DOMAIN', 'securewebexhange/aphasie.qc.ca');

 

define('HTTPS_COOKIE_DOMAIN', '');

 

2- define('HTTPS_COOKIE_PATH', '/catalog/');

 

 

define('HTTPS_COOKIE_PATH', '/aphasie.qc.ca/catalog/');

 

Thanks for your help,

 

Alain

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...