https://github.com/angrycoding/ie-user-data-behavior
Using Internet Explorer's userData behavior to store data on the client
https://github.com/angrycoding/ie-user-data-behavior
Last synced: 4 days ago
JSON representation
Using Internet Explorer's userData behavior to store data on the client
- Host: GitHub
- URL: https://github.com/angrycoding/ie-user-data-behavior
- Owner: angrycoding
- Created: 2012-09-20T19:47:06.000Z (over 13 years ago)
- Default Branch: gh-pages
- Last Pushed: 2012-09-20T19:53:23.000Z (over 13 years ago)
- Last Synced: 2025-04-09T18:54:16.353Z (10 months ago)
- Size: 742 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Using Internet Explorer's userData behavior to store data on the client
==================
According to the documentation, userData behavior "The userData behavior
persists information across sessions by writing to a UserData store. This
provides a data structure that is more dynamic and has a greater capacity than
cookies. The capacity of the UserData store depends on the security zone of the
domain. The following table shows the maximum amount of UserData storage that is
available for an individual document and also the total available for an entire
domain, based on the security zone.".
[See the live demo here](http://angrycoding.github.com/ie-user-data-behavior/)