read cookie on server
Hello
I have an object that I store as a cookie so it can be read both on client and server-side. How can I get a specific attribute of the cookie, like id?
1 Reply
I am able to get the cookie, but it is of type string so
item.id
doesn´t work
I was just googling the wrong thing