We are hosting our web application over azure. Everything went well so far with a web role of only 1 small instance.
We then decided to try out 2 x extra small instances for our web role so that http requests will be load balanced.
Our session is also stored using the MS recommended method found here .
When we published on the production environment, the session work well (being filled an all). When testing it locally on the azure emulator, the session just wont be filled.
Anyone know what might be the problem? Thanks!