This paper is published in Volume-4, Issue-4, 2018
Area
Web application
Author
Vidhan Chand, Dr. A. K. Singh, Dr. Pankaj Kumar
Org/Univ
Babasaheb Bhimrao Ambedkar Bihar University, Muzaffarpur, Bihar, India
Pub. Date
06 August, 2018
Paper ID
V4I4-1429
Publisher
Keywords
HTML5, Local storage, Application cache, HTTP cookie, Flash cookie, Google gears

Citationsacebook

IEEE
Vidhan Chand, Dr. A. K. Singh, Dr. Pankaj Kumar. Local storage in web application through HTML 5, International Journal of Advance Research, Ideas and Innovations in Technology, www.IJARIIT.com.

APA
Vidhan Chand, Dr. A. K. Singh, Dr. Pankaj Kumar (2018). Local storage in web application through HTML 5. International Journal of Advance Research, Ideas and Innovations in Technology, 4(4) www.IJARIIT.com.

MLA
Vidhan Chand, Dr. A. K. Singh, Dr. Pankaj Kumar. "Local storage in web application through HTML 5." International Journal of Advance Research, Ideas and Innovations in Technology 4.4 (2018). www.IJARIIT.com.

Abstract

In recent years a number of sophisticated mechanisms for storing and managing data on web clients have emerged. These client-side storage mechanisms bring along several benefits, including faster websites and improved user experience. In the conventional model all data stored on the server side storage. When a user requests new data, a request is made by the client to the server and the data is retrieved from the database residing on the server. In this interaction model transferring of data is done between the client and server so takes more time and thus slows down the website leading poor user experience. In Modern Interaction Model, there is a provision of client-side storage that is local storage. The first mechanism used for local storage was HTTP cookie, which enabled the web application to store data on web clients. However, cookies do not meet the requirements of the modern web application. There are several techniques evolved for local storage like HTTP Cookie, Flash Cookie, and Google Gears. Nowadays HTML5 plays a major role in local storage.