I am planning an application to be deployed on Windows Azure. The web role will have multiple instances. I see that with multiple instances the in-procsession will not work. I see that I have the following session management methods
Using Azure Storage
SQL Azure
Appfabric
I don't want to go with option 2 (SQL Azure).
Which option to choose?
Update 1
I came across this post , which demonstrates the proximity of the session to Azure with Request Routing (ARR). How about going with this option and not above?
source
share