View Single Post
  #7  
Old 10-06-2003, 10:06 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

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.

Secures all areas a user inputs sensitive data.
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Reply With Quote