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.
