View Single Post
  #13  
Old 12-01-2003, 01:54 PM
 
Chris B Chris B is offline
 

eXpert
  
Join Date: Oct 2002
Posts: 226
 

Default

When I make the following code changes to force https, the xid continues to be posted to the URL even after logout.... Therefore, the cart still shows items etc. etc.. (using version 3.4.

----------------------------------------

Edit customer/https.php:

Code:

$https_scripts = array("cart.php","register.php","help.php?section= contactus&mode=update","giftcert.php");

Replace the $https_scripts = array(... with the above.

One thing to make sure is that your trans_sid is set to true in your php.ini so the session doesn't append to the url of your site.

Any suggestions are appreciated,
Chris
Reply With Quote