Results 1 to 6 of 6

Thread: types of Web Storage in HTML5 ?

  1. #1
    Junior Registered
    Join Date
    Dec 2018
    Posts
    9

    types of Web Storage in HTML5 ?

    Hello Dear,

    * * * * * * * * Please Tell Me*What are two types of Web Storage in HTML5 ?

  2. #2
    Registered
    Join Date
    Jul 2019
    Posts
    20
    The two storages are session storage and local storage and they would be used to handle different situations.
    Session Storage: The Session Storage is designed for scenarios where the user is carrying out a single transaction, but could be carrying out multiple transactions in different windows at the same time.
    Local Storage: The Local Storage is designed for storage that spans multiple windows, and lasts beyond the current session. In particular, Web applications may wish to store megabytes of user data, such as entire user-authored documents or a user's mailbox, on the client-side for performance reasons.

  3. #3
    Junior Registered
    Join Date
    Dec 2018
    Posts
    9
    Thank's Dear.

  4. #4
    Registered
    Join Date
    Aug 2019
    Location
    India
    Posts
    38
    SessionStorage is similar to LocalStorage, but only the difference is that the SessionStorage maintains a separate storage area for each origin that will available for the duration of the page session, and localstorage store the data with no expiration date.

  5. #5
    Junior Registered
    Join Date
    Dec 2018
    Posts
    9
    Thank's Dear.

  6. #6
    Junior Registered
    Join Date
    Dec 2018
    Posts
    9
    Thank's Dear.

Similar Threads

  1. API in HTML5 ?
    By Joyadelfin in forum Website Programming & Databases
    Replies: 2
    Last Post: 08-26-2019, 05:21 AM
  2. Which browsers support Html5..?
    By swatijain2233 in forum Search Engine Optimization
    Replies: 2
    Last Post: 07-21-2019, 09:50 PM
  3. Replies: 0
    Last Post: 02-01-2013, 12:55 AM
  4. Replies: 0
    Last Post: 03-27-2012, 06:01 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •