Tag Archives: cookies

Client Side Storage/Persistence

Why client side persistence ?
Web vs Desktop: Desktop allows a lot of options to store data on the client side as it allows us to access information from local files. But the web has a limitation in that respect. Wen do allow some mechanisms to store and load data locally one of them is cookies.
What [...]

Posted in WEB 2.0, html, javascript | Also tagged , | Leave a comment