hi
with WebSocket object we can store data to sessions. but sessions are automatically removed when the user closes the browser (or even the tab).
how can we store data using local storage?
i could use cookies for that but too many disadvantages.
should i use JS to write/read data to local storage or is there a ws method for that?
thanx, ilan
with WebSocket object we can store data to sessions. but sessions are automatically removed when the user closes the browser (or even the tab).
how can we store data using local storage?
i could use cookies for that but too many disadvantages.
should i use JS to write/read data to local storage or is there a ws method for that?
thanx, ilan