difference between cookie and string in request header
问题 Cookie is nothing but a small piece of information most of the times a string in the request header send by the client to server. If i add one more string to the request header at server in java like conn.addRequestProperty("iPlanetDirectoryPro", token); then is there any difference between the two? Can the second one be also considered as a cookie. Regards, Maclean Maurice Pinto 回答1: You'll want to read the HTTP specification (message headers) and the HTTP State Management specification. The