If you have multiple instances and are using an InProc session, the session data will not work - because it will not be shared with the instances.
Azure load balances your HTTP requests and can send every HTTP client request to a different server instance.
If you want to use session state, you need to use a common session state provider, for example: