|
How to enable cookiesCookies In fact, this is a text file that is on your computer in the folder of your browser. It records data from the Internet when visiting certain sites. Cookies are a small piece of text information that the server sends to the browser. When a user accesses the server (dials its address in the browser line), the server can read the information contained in the cookies and perform some actions based on its analysis. For example, in the case of authorized access to anything via the Web, the cookie stores the login and password during the session, which allows the user not to enter them again when requesting each document that is password protected. Cookies A small piece of data created by a web server or web page and stored on the user's computer as a file that the web client (usually a web browser) sends a web page every time, Server in the HTTP request when you try to open the page of the corresponding site.
The text file is non-executable, and therefore safe.
Limitations
Registration against cookieBenefits of registrationIn order to prevent you from entering again and again your data, your settings for the site ... need to be stored somewhere.They can be stored:
Benefits cookieWriting to cookies is invisible to the visitor, no registration is required. By the way, the same social networks store in your cookie records, so you do not have to log into your account every time. |
Settings
Programming
Creating and reading cookie
Cookies JavaScript tools
|