import Link from 'next/link'; import LegalPage from '@/components/LegalPage'; export const metadata = { title: 'Cookie Policy — Craft2Prints' }; export default function CookiesPage() { return (

The short version

We use two cookies, both strictly necessary to make logging in work. We use no advertising, analytics, or tracking cookies of any kind — which is why you don't see a cookie consent banner on this site: UK law only requires consent for cookies that aren't essential, and ours all are.

The cookies we set

Cookie Purpose Lasts
customer_session Keeps you signed in to your customer account 30 days
admin_session Keeps shop staff signed in to the admin area (only set if you log in as staff) Until logout

Both are "HTTP-only" (scripts on the page can't read them) and contain only a signed session token — no personal details.

Other storage on your device

Like most modern shops, we also keep a few things in your browser's own storage rather than in cookies. None of this is sent to us until you act (e.g. check out):

Third-party cookies

Managing cookies

You can delete or block cookies in your browser settings at any time — the only effect on this site is that you'll be signed out and will need to log in again. If we ever add non-essential cookies (such as analytics), we'll update this page and ask for your consent first.

Questions? See our Privacy Policy or{' '} get in touch.

); }