How should we protect our privacy in the network age?
How do we protect our privacy on the Internet?
First, we need to know what a cookie is, and don't follow it.
Cookie:Cookie are generated by the server and sent to user agents (usually browsers). The browser will save the key/value of the cookie in a text file in a directory and send the cookie to the server the next time you request the same website (provided that the browser is set to enable cookies). Cookie names and values can be defined by the server-side developers themselves. For JSP, you can also write jsessionid directly to let the server know whether the user is a legal user or not and whether it is necessary to log in again.
Don't follow:
When the user requests "Do Not Track", the browser with "Do Not Track" function is located at/article/ad 310e808fdea81848f49e64.html.