Setting cookies in client component
Unanswered
Belgian Hare posted this in #help-forum
Belgian HareOP
I am setting a cookie via
document.cookies = "myCookie=true" and when I refresh I see it in the request but I do not see it in the response/can not access it in a server component. Is there any way to do that?