Passing session data between ASP.NET Applications

We have several ASP.NET applications deployed to a few servers. Is there a standard way to reuse session data or some other method to not require users to log in to the next application when moving from application to application if they’ve already authenticated? I’m hoping there’s a best practices way of doing this that you guys know about. I feel like there should be something easy that I’m missing.

ASP.NET session state provider in Azure

As far as I know, the current situation is this: Use SQL session state provider is possible (as I’ve read somewhere) but it’s not supported by Microsoft. So it could stop working in the future. Also it needs a WorkerRole to delete the outdated data. Azure AppFabric Caching Service is still in CTP. TableStorageSessionProvider is … Read more