How do you secure a multi-page php form?
I know how to build a multi-page form where the information is stored in hidden fields and I also know how to store the data in a session. However, I heard neither of these are secure.
Is there a better way? Like encrypting the information or something?
Thanks!
