Session are storing in Azure in-role cache. Form authentication is not used. But some code is there in web config file mention below. Value losses before session timeout.
As for this issue, I suppose perhaps the issue is related to the Azure in-role cache is expired. You could try to set its expire time. Here are some relevant articles, please refer to them:
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
Member
2 Points
11 Posts
Hidden fields and session losses its value
Mar 23, 2015 08:13 AM|er.Vikas|LINK
Session are storing in Azure in-role cache. Form authentication is not used. But some code is there in web config file mention below. Value losses before session timeout.
All-Star
45489 Points
7008 Posts
Microsoft
Re: Hidden fields and session losses its value
Mar 24, 2015 01:37 AM|Zhi Lv - MSFT|LINK
Hi er.Vikas,
As for this issue, I suppose perhaps the issue is related to the Azure in-role cache is expired. You could try to set its expire time. Here are some relevant articles, please refer to them:
http://azure.microsoft.com/en-us/documentation/articles/cache-dotnet-how-to-use-service/
https://msdn.microsoft.com/en-us/library/azure/hh914130.aspx
Best Regards,
Dillion