What are cookies?
Cookies are small pieces of data that are sent from the website's server to the client's browser to track "state" as the user is browsing. They are a reliable mechanism to keep track of a user's experience while using a website. Examples of cookies include tracking when a user wishes to remain logged in, track the status of a web cart, or determine if the user is authenticated.
Why we use cookies
We use cookies and other tracking technologies to improve your browsing experience on our website, to show you personalized content and targeted ads, to analyze our website traffic, and to understand where our visitors are coming from.
How we use cookies
Name | Type | Class | Description of use |
---|---|---|---|
.AspNet.Consent | Cookie consent | Non-essential | Used to track whether the user has accepted the cookie consent form |
.AspNetCore.Antiforgery* | Security | Essential | This is a mechanism to protect against cross site request forgery (CSRF) |
.AspNetCore.Identity.Application | Authentication | Essential | A cookie to track whether a user has successfully authenticated |
LittleBreadLoaf.CartID | Functional | Essential | A cookie to track a web cart as a customer shops throughout thier session |
LittleBreadLoaf.PreOrderMode | Functional | Essential | A cookie to track a "pre-order" mode that offers a limited menu for in-store deliveries |