I would like to send some sort of token on one request and store it at the client but not have that token retransmitted on subsequent requests.
Share
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.
Putting the token on the web page would “store” it on the client. If you don’t want it retransmitted, this seems ideal, since it will only be stored until the browser page cache is cleared.
Maybe you should explain why you want to do this.