How does Microsoft Azure handle Session State?

前端 未结 4 399
死守一世寂寞
死守一世寂寞 2020-12-01 03:01

Does anyone have any information on how state is managed in Azure when you choose to have multiple instances? It seems like InProc would be worthless and you would have t

4条回答
  •  攒了一身酷
    2020-12-01 03:42

    Table Storage would be the most logical place. Other server farm type setups also use a database table to store session info.

    Take a look at the AspProviders project in the Windows Azure SDK samples. It has a SessionState provider that uses Azure Table Storage.

提交回复
热议问题