I have an MVC3 C# .Net web app. The app works fine when launching the website from external browsers (i.e., the browser on my machine and other users’ machine). However, when launched on the web server itself, I receive the following error
'sessionStorage' is undefined
…when loading an web page. It’s the type of error that displays the little yellow icon at the bottom of the browser.
Any ideas? I must be missing on the server’s browser.
IE7 doesn’t support sessionStorage. You can use it starting from IE8.