Hi.
I have had an issue for a while now.
When setting the config.php to what (i think) the correct settings should be you cannot had items to the cart.

On Windows Server, if I configure the config.php to
This works (But is using the wrong domain names for the end users web site)
define('HTTP_SERVER', 'http://cc.dencom.co.nz/techbooks');
define('HTTPS_SERVER', 'https://cc.dencom.co.nz/techbooks');


This does not work, you cannot cannot add items to the Cart
define('HTTP_SERVER', 'http://www.techbooks.co.nz');
define('HTTPS_SERVER', 'https://cc.dencom.co.nz/techbooks');

(i have a test server with a Shared Cert which also has the same issue)
define('HTTP_SERVER', 'http://www.techbooks.co.nz');
define('HTTPS_SERVER', 'https://www.techbooks.co.nz/techbooks');


In teh last case using the shared Cert
https://www.techbooks.co.nz/techbooks' is actually
https://cc.dencom.co.nz/techbooks

Sessions id's are stored in the DB.


Ross