Click here to Skip to main content
15,889,281 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
In-Proc session mode does not work in Windows Azure.Could you please reply the useful example.
Posted

You can use storing of sessions in redis cache,app fabric cache(Now its obsolete and replaced with Managed cache).You can give a session time out in web.config and cache will hold your time frame.

Reference:
1>http://www.wou.edu/~rvitolo06/WATK/Labs/BuildingAppsWithCacheService/Lab.html/html/DocSet_a36ac3b4-d051-49fd-9704-e54103233d8e.html[^]

2>http://blogs.msdn.com/b/cie/archive/2013/05/17/session-state-management-in-windows-azure-web-roles.aspx[^]
 
Share this answer
 
Thanks debasish mishra : I will implement this and update you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900