1
Reply

Why does the SessionID changes in every request?

Neha Mehta

Neha Mehta

17y
4.7k
0
Reply

    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.