|
|
|
|
|
by nodesocket
3399 days ago
|
|
I just upgraded code in my app (https://commando.io) that stores some user preferences from $.cookie (jQuery Cookie) to Store.js. Worked flawlessly. As a bonus of switching from cookies to local storage, now requests don't send along those values anymore to the server. |
|