How RecipifyHub uses cookies and browser storage.
Essential cookies keep authentication sessions working. Local or session storage may also hold theme choice, user state, planner handoffs, and lightweight convenience preferences.
Essential session cookies
Used to keep users authenticated and maintain secure session state between requests.
Functional browser storage
Used for theme preference, cookie-consent preference, redirect handling after login, newsletter form memory, and planner return helpers.
How to control it
You can clear browser cookies and local storage through your browser settings. Doing so may sign you out and remove saved interface preferences from that device.
Why this matters
These tools make the experience smoother without requiring every tiny preference to be stored server-side.