-
Hi all, I want to add a cookie banner for my shop and it is already implemented but I am sure how I can access requests headaer/cookies on server side? Mfg |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
You could use the session management system to read and write cookies: https://shopify.dev/custom-storefronts/hydrogen/sessions Hydrogen 2 built on Remix will have privacy consent built in. |
Beta Was this translation helpful? Give feedback.
You could use the session management system to read and write cookies: https://shopify.dev/custom-storefronts/hydrogen/sessions
Hydrogen 2 built on Remix will have privacy consent built in.