Questions tagged [session-state-server]

33 questions
0
votes
1 answer

Deleting/ abandoning ASP.NET session state server

I am learning about the State management in ASP.Net using sessions. I have recently used out of proc ASP.Net session state server for storing my application's session data. What I wish to know is what happens to a session in the asp.net session…
0
votes
2 answers

Why is my SessionIDManager child class not being asked to CreateSessionID?

I have implemented a web app using session state management as per the instructions found…
Matt W
  • 11,753
  • 25
  • 118
  • 215
-1
votes
1 answer

After disabling TLS1.2 cipher suit TLS_RSA_WITH_3DES_EDE_CBC_SHA, session state server is not working

Unable to make the session state request to the session state server. Please ensure that the ASP.NET State service is started and that the client and server ports are the same. If the server is on a remote machine, please ensure that it accepts…
Kumar Shanu
  • 39
  • 1
  • 5
1 2
3