Session ID changes in each Request
问题 I have an asp.net application in which i redirect from one page to another. I'm validating the SessionID in the second page to make sure both requests are of the same session. Now, my problem is the SessionID changes whenever a Postback is happened. Now, I added the Session tag into my web.config <sessionState mode="InProc" cookieless="true"/> Now, the problem with the session was solved and a new issue started appearing. Whenever i make a call with Cookiless="true" in my web.config file, my