Hi guys, I was wondering if any of you knew a secure method to pass user data from a form to session variables.
I wish to collect data from a user form on my first page. Register this data as session variables to use through the rest of my application.
If i use a 2 page technique (page1 = form (POST) - page 2 = register session variables) surely this is vunerable to injections. I have code that will verify http referrer headers before execution but i believe this is also not that secure as the referrers can also be spoofed, is that correct?
If i use a 1 page php_self technique is this also vunerable to injections?
Any help/thoughts would be really appreciated.
Cheers,
Jim;]