I am attempting to re-do my form and break out any results messages that occur into a separate script.
As a result, I will need to pass Outcome Codes and/or Outcome Messages from my "Form script" to my "Results script" so it knows what to display.
What is the most secure way to do this?
1.) Would it be insecure to pass an "Outcome Code" in the query string?
2.) Would it be insecure to pass an "Outcome Code" in the $_SESSION?
3.) Would it be insecure to pass an "Outcome Message" in the $_SESSION?
Debbie
As a result, I will need to pass Outcome Codes and/or Outcome Messages from my "Form script" to my "Results script" so it knows what to display.
What is the most secure way to do this?
1.) Would it be insecure to pass an "Outcome Code" in the query string?
2.) Would it be insecure to pass an "Outcome Code" in the $_SESSION?
3.) Would it be insecure to pass an "Outcome Message" in the $_SESSION?
Debbie
Comment