Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

HTML5 Storage

posted by jack9 8 years ago

Surprising that there is no API for HTML5 storage, which is pretty straightforward.

Unless I missed something, HTML5 storage is client side. From the things I've read, to use it from server side you basically write JS to perform XHR requests and then use JS to store the values client side via the HTML web storage API.

posted by wbond 8 years ago