Persistent Cookies
As the name suggests, this type of cookie is saved on your computer so that when you close it down and start it up again, it can still be there.
Persistent cookies are created by giving them an expiry date. If that expiry date is reached, it will be destroyed by the computer. If the expiry date is not set then it is automatically a session cookie.
The expiry date will normally be saved as the time the cookie was first created plus a number of seconds, determined by the programmer who wrote the code for the cookie. However, there is no real limit on the expiry date - so it could be set to be 20 years in the future. In addition, if you revisit the website that served up the cookie, it may automatically place an updated version on your computer - with a revised future expiry date.
If you login into a website, then shut down your computer, start it up again, and go back to the website to find you are still logged in - then it is using a persistent cookie to remember you.
Persistent cookies are also used to track visitor behaviour as you move around a site, and this data is used to try and understand what people do and don't like about a site so it can be improved. This practice is known as Web Analytics. Since Google started providing its own analytics technology free of charge to website owners, almost all websites use some form of it - although there are also paid-for services available to rival Google's.
Analytics cookies are probably the most common form of persistent cookies in use today.
However, persistent cookies can also, oddly, have a shorter life span than some session cookies, as they can be coded to be destroyed within a second or two of being set, whereas a session cookie will always last until you close down your browser.
Secure Cookies
Secure cookies are only transmitted via HTTPS - which you will typically find in the checkout pages of online shopping sites.
This ensures that any data in the cookie will be encrypted as it passes between the website and the browser. As you might imagine – cookies that are used by e-commerce sites to remember credit card details, or manage the transaction process in some way, would normally be secure, but any other cookie might also be made secure.
HTTP Only Cookies
When a cookie has an 'HTTP Only' attribute set, the browser will prevent any client script in the page (like JavaScript) from accessing the contents of the cookie.
This protects it from so-called cross-site-scripting (XSS) attacks, where a malicious script tries to send the content of a cookie to a third party website.
Online Tracking technologies
Cookies are the most well known and common type of tracking web tracking technologies. However, many websites, advertisers, and analytic tools use other types of technologies to track users or monitor website performance. Below are some examples of other tracking technologies.
Web Beacons and Pixels
A Web beacon, often referred to as a pixel tag, is a clear GIF or web bug, usually no more than 1-pixel x 1-pixel transparent image, that is placed on a website or in an email to monitor the behavior of the user visiting the website or receiving the email. They are often used in combination with cookies.
Web beacons work by sending information along with the request to the web server with the image. For example, when the browser connects to a site with the web beacon, the browser requests the web server to download the image – included in this request can be details such as IP address, type of browser, time of access, or previously set cookies.
Sites generally use web beacons to understand how users travel on the site and use this information to give more personalized content or make browsing more efficient and easier.
If cookies are turned off, web beacons will not be able to track a user, however, they can still be used to account for anonymous visits.
Fingerprinting
This method of tracking is generally used in conjunction with web beacons. The idea behind fingerprinting is that even with cookies turned off specific information about the user’s device, browser, language, plugins, and other settings can be sufficient to identify a single user.
Local Storage Objects
Local Storage Objects or LSOs are similar to cookies in that they are placed on a visitors browser and used to store information. Much of the same information that is stored in a cookie could be stored in a local storage object.
The main differences between local storage objects and cookies are LSOs do not have an expiration date, they store information in key-value pairs, and they have higher data limits than cookies.
Super Cookies
The term 'Super Cookie' (or sometimes Supercookie) is usually applied to tracking technologies that are not regular HTTP cookies and are stored in a different way on a user’s machine.
This makes them harder to find and get rid of - because they can't be removed using the regular privacy controls found in most browsers.
Adobe Flash applications sometimes use local file storage to optimise performance - and these files, known as Local Storage Objects, can also be used for tracking purposes, so they are sometimes labelled as 'supercookies'.
Zombie Cookies
So called zombie cookies, are technologies that are used to re-spawn regular http cookies after they have been deleted by users.
The practice of using zombie cookies is clearly intended to circumvent users’ attempts at controlling their privacy, and therefore is widely frowned upon. In many circumstances the use of zombie cookies would be a breach of privacy laws and regulations. However their use is rare.
Ultrasound Beacons
Ultrasound Beacons are inaudible signals sent out by TVs, smart phones, or other device to track users outside of the web. For example, a signal could be sent out by a TV advertisement, this signal would be a low frequency that can’t be heard by humans, however, an app in a smartphone could listen for this signal to know that a user has seen a certain TV commercial.
Ultrasound Beacons are also used to connect users in the physical and digital world by having, for example, an ultrasonic beacon installed at a store which can then be used by apps to know if a user has visited a certain store and target ads based on the user’s location.
November 16, 2021- -
-
Report
November 16, 2021- -
-
1 likes this
- -
-
Report
November 16, 2021- -
-
Report
November 16, 2021- -
-
Report