1.

What Are The Different Types Of Storage In Html 5?

Answer»

HTML 5 has the capability to STORE data locally. Previously it was done with the help of cookies. Exciting thing about this storage is that its fast as well as secure.

There are two different OBJECTS which can be used to store data.
•localStorage object stores data for a longer PERIOD of time even if the browser is closed.
•sessionStorage object stores data for a SPECIFIC session.

HTML 5 has the capability to store data locally. Previously it was done with the help of cookies. Exciting thing about this storage is that its fast as well as secure.

There are two different objects which can be used to store data.
•localStorage object stores data for a longer period of time even if the browser is closed.
•sessionStorage object stores data for a specific session.



Discussion

No Comment Found