1.What is set, and why
| Cookie | What it does | How long |
|---|---|---|
| Session cookies set by our authentication provider | Keep you signed in as you move between screens, and refresh that session safely. | Until you sign out, or the session expires. |
| Device identifier for the point of sale | Remembers that this machine is the one standing at a given checkout counter, so two devices do not claim the same till. | Until cleared. |
| Administration session | Keeps a Bold Redhok administrator signed in to the operator panel. | Until sign-out. |
2.Why there is no cookie banner
A banner exists to collect consent for cookies that are not strictly necessary. We do not set any. Each cookie above is required to deliver the service you asked for, so asking permission to keep you signed in would be theatre.
If we ever add anything optional, such as product analytics, we will ask first and this page will say so.
3.Controlling them
Your browser can block or clear cookies. Blocking ours means you cannot stay signed in, so the app will not work. Clearing them signs you out and, on a point of sale device, releases the counter so it can be claimed again.
4.Questions
Write to support@boldredhok.tech.