How can I browse with localstorage disabled?

Viewed 68404

A site I'm building uses localstorage with a fallback to php sessions.

How can I test my website in a localstorage free environment without downgrading Firefox, Internet Explorer 8, Chrome or Safari? So I'm probably looking for an add-on for one of these browsers?

I've tried ie7 mode in ie8 - no joy :(

5 Answers

If you want to disable localstorage in IE. Use this

Select “Internet Options” -> “Advanced” Tab -> Go to “Security” -> uncheck “Enable DOM-Storage”

Related