I had my form processes working perfectly but after renaming the form action to
<form action="https://www.example.com/validate.php" method="post">
for working with an SSL certificate it stopped working. Seems as though the SESSION variables are no longer being passed properly...
Is there something I should know about https and forms? If I keep the form action path relative it works fine but will my form be secure?