is there any reason for me to place the session ID within a form,
as a hidden form field?
Thank you everyone!! 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is a part of one of the possible methods for preventing against cross-site request forgery attacks.
It can be used in the Synchronizer Token Pattern.
It can also be used in the “Double-Submit Cookies” method mentioned at the bottom of the page linked to above.