Permalink
liad01 on javascript

1 - 8 of 8 Faves

Related Content from Around Faves

javascript

  • mohit
    8 days ago

    Didn't know about this until now. I discovered this while I was investigating how a certain Web site still seemed to remember stuff about me even though I had cleared my cookies.

    Quoted: Currently, only Mozilla-based browsers provide a working implementation of the DOM Storage specification. However, Internet Explorer does have a similar feature called "userData behavior" that allows you to persist data across multiple browser sessions.
    ...
    DOM Storage is useful because no good browser-only methods exist for persisting reasonable amounts of data for any period of time. Browser cookies have limited capacity and provide no support for organizing persisted data, and other methods (such as Flash Local Storage) require an external plugin.

    1 FaverViewed: 9 Times
  • tiancoo - Oct 19 2006
    2 FaversViewed: 37 Times
  • mippe - 9 days ago
    6 FaversViewed: 7 Times
VIEW ALL

jquery

VIEW ALL