HTTP cookies - meaning and definition. What is HTTP cookies
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

What (who) is HTTP cookies - definition

SMALL PIECE OF DATA SENT FROM A WEBSITE AND STORED ON THE USER'S COMPUTER BY THE USER'S WEB BROWSER
Internet cookie; WWW cookie; WWW browser cookie; Browser cookie; Web browser cookie; Web cookie; HTTP Cookie; HTTP cookies; Http cookie; Cookie grabber; Cookie file; Cookie poisoning; Internet cookies; Cookie (computing); Cookie (computer); Http cookies; Cookie (computers); Tracking cookie; Enable cookies; COOKIES.TXT; HttpOnly; Internet Cookies; Tracking cookies; Web cookies; Web browser cookies; Browser cookies; WWW browser cookies; Third-party cookie; Cookie (web); Session cookie; HTTPOnly; Computer cookie; Cookie (browser); Cookies (Internet); Cookie (internet); Crumb (computing); Cookiejacking; Super cookie; Supercookie; Supercookies; Cookie interception; Cookie sniffing; Cookie theft; Authentication cookie; Cookie notify; Cookie notice; Cookie (software); Cookie tracking; Third party cookie; Webcookies; First-party cookie; First party cookie; 3rd party cookie; 3rd-party cookie; 1st party cookie; 1st-party cookie; HttpOnly cookie; SameSite cookie; Same-site cookie; Http-only cookie; In-memory cookie; Transient cookie; Non-persistent cookie; Persistent cookie; Super-cookie; Third-party cookies; Alternatives to HTTP cookies; EU cookie directive; Privacy concerns with HTTP cookies
  • A cookie can be stolen by another computer that is allowed reading from the network
  • Cross-site scripting: a cookie that should be only exchanged between a server and a client is sent to another party.
  • a popular baked treat]].
  • A possible interaction between a web browser and a web server holding a web page in which the server sends a cookie to the browser and the browser sends it back when requesting another page.
  • In this fictional example, an advertising company has placed banners in two websites. By hosting the banner images on its servers and using third-party cookies, the advertising company is able to track the browsing of users across these two sites.

HTTP cookie         
<World-Wide Web> A system invented by Netscape to allow a web server to send a web browser a packet of information that will be sent back by the browser each time it accesses the same server. Cookies can contain any arbitrary information the server chooses to put in them and are used to maintain state between HTTP transactions, which are otherwise stateless. Typically this is used to authenticate or identify a registered user of a website without requiring them to sign in again every time they access it. Other uses are, e.g. maintaining a "shopping basket" of goods you have selected to purchase during a session at a site, site personalisation (presenting different pages to different users) or tracking which pages a user has visited on a site, e.g. for marketing purposes. The browser limits the size of each cookie and the number each server can store. This prevents a malicious site consuming lots of disk space. The only information that cookies can return to the server is what that same server previously sent out. The main privacy concern is that, by default, you do not know when a site has sent or received a cookie so you are not necessarily aware that it has identified you as a returning user, though most reputable sites make this obvious by displaying your user name on the page. After using a shared login, e.g. in an Internet cafe, you should remove all cookies to prevent the browser identifying the next user as you if they happen to visit the same sites. http://cookiecentral.com/c_concept.htm">Cookie Central (http://cookiecentral.com/c_concept.htm). (2004-08-26)
HTTP cookie         
HTTP cookies (also called web cookies, Internet cookies, browser cookies, or simply cookies) are small blocks of data created by a web server while a user is browsing a website and placed on the user's computer or other device by the user's web browser. Cookies are placed on the device used to access a website, and more than one cookie may be placed on a user's device during a session.
computer cookie         

Wikipedia

HTTP cookie

HTTP cookies (also called web cookies, Internet cookies, browser cookies, or simply cookies) are small blocks of data created by a web server while a user is browsing a website and placed on the user's computer or other device by the user's web browser. Cookies are placed on the device used to access a website, and more than one cookie may be placed on a user's device during a session.

Cookies serve useful and sometimes essential functions on the web. They enable web servers to store stateful information (such as items added in the shopping cart in an online store) on the user's device or to track the user's browsing activity (including clicking particular buttons, logging in, or recording which pages were visited in the past). They can also be used to save for subsequent use information that the user previously entered into form fields, such as names, addresses, passwords, and payment card numbers.

Authentication cookies are commonly used by web servers to authenticate that a user is logged in, and with which account they are logged in. Without the cookie, users would need to authenticate themselves by logging in on each page containing sensitive information that they wish to access. The security of an authentication cookie generally depends on the security of the issuing website and the user's web browser, and on whether the cookie data is encrypted. Security vulnerabilities may allow a cookie's data to be read by an attacker, used to gain access to user data, or used to gain access (with the user's credentials) to the website to which the cookie belongs (see cross-site scripting and cross-site request forgery for examples).

Tracking cookies, and especially third-party tracking cookies, are commonly used as ways to compile long-term records of individuals' browsing histories — a potential privacy concern that prompted European and U.S. lawmakers to take action in 2011. European law requires that all websites targeting European Union member states gain "informed consent" from users before storing non-essential cookies on their device.