Posted on: 1/19/2015 9:40:50 AM | Views : 652

Web Application: http://school-systems.net
Asp.Net 4.5, Web forms, SQL server 2008 r2, Entity Frame Work.
-----------------
I have used Aspnet membership System and in addition I have store SchoolBranchId in a session variable, I have also set value of Session variable to null in global.aspx Session_Start event.
 My application works fine for most of users but some users complains that their data  which deepened on session variable value not appears and I have checked it that
Session["SchoolBranch"] lost values on post back to that user.
I have use several techniques to increase session time and cookieless="usecookies" attribute but all in vain.

if any body suggest me  how to solve this issue then I will be very thankful.

Go to the complete details ...