2
edits
(WebRunner on Mac) |
(Cookie limits wishlist) |
||
Line 51: | Line 51: | ||
Thanks, Kevin | Thanks, Kevin | ||
== Cookie Limits == | |||
Local applications often make use of local storage, and in a web enviroment, all local storage one can get is Cookies. | |||
But Cookies are too limited for a local application. They can handle only key/value pairs and are limited to a size of 4Kb. | |||
It would be great if WebRunner could provide some other type of local storage, something like Adobe´s Flash Shared Object, for example. | |||
Shared Object is like a "Super Cookie", it let you store full objects and xml data, and up to 100kb per application. | |||
== WebRunner on Mac == | == WebRunner on Mac == |
edits