Research on Offline Storage of Web Page

Wentao Liu
DOI: https://doi.org/10.4028/www.scientific.net/amm.518.305
2014-01-01
Applied Mechanics and Materials
Abstract:Offline storage technology has many uses in the Web application and it can store the user status, cache data, temporary data, and persistent data and so on. In this paper several typical web client storage technologies are discussed and it includes the IE browser's unique storage technology UserData, localStorage and sessionStorage of HTML5, Web SQL Databases, Indexed Database, as well as classic storage technology Cookie and so on. Their concrete using methods are explained and their individual strengths and differences are compared. Their respective applications occasions and some issues that need attention are discussed. The general cross-browser offline storage method is presented and it can use the same application programming interface to complete different browser offline storage technologies.
What problem does this paper attempt to address?