Spring.NET and MVC3 on IIS7 - session scope behaviour
问题 probably it's a stupid question and I simply did not understand how Spring and IIS work, but lets give it a try. I'm quite new to ASP.NET and as far as I understand, the session handling is similar to Apache/PHP: A session is shared between tabs of a browser, but not between different browsers. I.e. if I open my page in Firefox and put something in the cart, the cart will still contain my items in another tab, but opening the very same page in Internet Explorer should show me an empty cart.