Help!
I'd like to implement the use of sessions and cookies for security reasons within a site I'm building. Additionally, I'd like to log session and user information back to my preexisting customer database.
My problem is: I don't fully understand how to store any of the form, parameter, and customer preference information in a manner that I can recall them (whole or in part) when necessary. Do I have to do a
<?php session_register( "somevar" ); ?> for every field in the form, parameter,and click through? And then, how do I save this information so that I can recall it collectively (one or more of the fields within a form) from another page or multiple pages??? I'm told the combination of session variables SID or PHPSESSID and cookie variables are the way to go, but I'm not sure how to properly meld the two together.
Lastly, I'd like to log the session information back to my customer database.
Thank you.
http://www.healthyproductsplus.com/cust/login.php