Add support for ASP.NET sessions in SQL Azure
Please add support for ASP.NET sessions in SQL Azure. Although the membership and roles providers currently work with SQL Azure, the session provider does not. If we have more than 1 instance of our web roles we are forced to use the custom ASP.NET session provider that uses Azure Storage which is very slow and buggy. I have a whole thread on this in the forums: http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/b87cadf1-2918-43d3-972f-0fb32f13d5ca
2 comments
-
Jamie Thomson
commented
This is in the wrong forum. This should be a feature request to Windows Azure, not SQL Azure.
-
Ravindranath Hampole
commented
I have been using Aspprovider which came with the sdk. It is working ok. I would prefer SQL Azure. I vote for this feature.