---
title: "What Is a Persistent Cookie?"  
description: "What Is a Persistent Cookie?"  
author: "Anonymous User"  
published: 2011-03-18  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/472/what-is-a-persistent-cookie  
category: "php"  
tags: ["php"]  
reading_time: 2 minutes  

---

# What Is a Persistent Cookie?

**A persistent cookie, also known as a stored cookie**, is a file that is stored on a user’s hard drive. The cookie would remain on the hard drive until it reaches its expiration date. At this point the browser would purge the cookie from the hard drive. On every subsequent visit to the website the browser will send the cookie back to the web site. Because a cookie’s value can uniquely identify a client, the cookie can indicate how the user initially came to this website. For this reason, they are also sometimes referred to as tracking cookies.

## Answers

### Answer by Anonymous User

**A persistent cookie, also known as a stored cookie**, is a file that is stored on a user’s hard drive. The cookie would remain on the hard drive until it reaches its expiration date. At this point the browser would purge the cookie from the hard drive. On every subsequent visit to the website the browser will send the cookie back to the web site. Because a cookie’s value can uniquely identify a client, the cookie can indicate how the user initially came to this website. For this reason, they are also sometimes referred to as tracking cookies.


---

Original Source: https://www.mindstick.com/interview/472/what-is-a-persistent-cookie

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
