xdissent / iectrl

Command line interface and Node module for managing ievms virtual machines
http://xdissent.github.io/iectrl
MIT License
197 stars 14 forks source link

Browser security settings disable localStorage #2

Closed kylewelsby closed 3 years ago

kylewelsby commented 11 years ago

seen on: https://github.com/xdissent/karma-ievms/issues/1

This is weird because localStorage can be used Internet Explorer 8 and above.

Tests indicate sessionStorage is enabled but localStorage is not.

Maybe there is a security setting on the browser which disabled localStorage API.

kylewelsby commented 3 years ago

closing stale issue