locked
Using session cookies in asp.net MVC application RRS feed

  • Question

  • Hi, I am working on a web application designed using ASP.net with MVC framework. I have used session data to store user specific data. Recently, it has been suggested to use path specific session cookie, to implement session security. However, when I add path to the session cookie, then I lose the session data at every call to the controllers. What am I doing wrong, and how can I implement session path along with making sure that the session data is not lost?

    I have used State Server session mode.

    Thursday, June 28, 2018 7:34 AM

Answers