|
|
|
|
|
by int_19h
216 days ago
|
|
A cookie is something that is sent to the server, by design - that's their whole point! So if the only part of your code that needs them lives on the client, cookies are the wrong mechanism for that - use localStorage instead. |
|