Is it possible to generate a new ID for the session using ASP.NET?
I want it to change when someone logs in to my website just before I set their initial session variables.
Is it possible to generate a new ID for the session using ASP.NET?
I want it to change when someone logs in to my website just before I set their initial session variables.