Storing persistent data in browser

前端 未结 5 1621
[愿得一人]
[愿得一人] 2020-12-11 23:05

For my web application, I need to store form inputs spanning across multiple pages, until I finally process/manipulate them to produce some results (its mostly formatting th

5条回答
  •  春和景丽
    2020-12-11 23:40

    You could use a small Flash Movie to store some data via Flash's Shared Memory Api or have a look at Google Gears.
    Maybe also consider, that every byte you store in the cookie have to be transmitted everytime you website makes a request to the server.

提交回复
热议问题