Last updated 13 September 2026
Cookies and local storage
What SwiftPrint stores in the browser and why there is no cookie banner.
Guest cart identifier
SwiftPrint stores a randomly generated UUID under swiftprint.guest-id in local storage. The cart API uses it to distinguish this browser’s anonymous cart. It contains no contact information and remains on the device until you clear site data.
Session cookies
When you sign in, SwiftPrint sets an HTTP-only, same-site session cookie. Browser JavaScript cannot read an HTTP-only cookie. Secure transport is required for that cookie in production.
No optional tracker preference yet
The current storefront does not wire advertising or behavioural-analytics trackers, so it does not show a preference banner that would imply optional trackers exist. If optional tracking is added, consent and withdrawal controls must ship with it.