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?
site is also sent to HTTPS site or
not.
loaded at the first place? Maybe the
configuration is not right or
something.
Next, you might want to pass your Session ID of the non-secure page to the secure page.
e.g. at Form page:
at postback page:
you should be able to reconnect to the session. hope it helps.