Why does the SessionID changes in every request?
Neha Mehta
This may happen if your application has never stored anything in the session state. In this case, a new session state (with a new ID) is created in every request, but is never saved because it contains nothing.