I have a problem about session variables.
Session variables is deleting random time in my website. When i explore the problem i realize that session is reseting at opening sql connection. Not at every connection open time but some of them. I am using .net entity framework.
Is there anybody tell me what is the relation sql connection and asp .net session.
I have a problem about session variables. Session variables is deleting random time in
Share
I changed my code saving session parameters in database and my problem solved. So i couldn’t understand what is the problem. It’s maybe about session timeout.