Session management using SQL Azure and Update on automatic session clearance
Session management using InProc in azure roles is dangerous thing!!! Why InProc is dangerous? Create an azure cloud service project and add a web role in it. Then I added a sample page named as Session demo in it. To test the session data saving and re07ieval I added following con07ol in the <form> con07ol present on the page – < asp : TextBox ID ="TextBox1" runat ="server"></ asp : TextBox > < asp : Button ID ="btnAddToSession" runat ="server" OnClick ="btnAddToSession_Click" Text ="Add To Session!!" /> < br /> < br /> < asp : Button ID ="btnReadFromSession" runat ="server" OnClick ="btnReadFromSession_Click" Text ="Read From Session!!" /> < asp ...