I am developing a Website using ASP.NET and noticed that the session ID always shows up in the URL as in the following example:
http://localhost/Website/(d4asqa6wfsqdhmacnjbgbd55)/abc.aspx
How can I make it so that the URL would not include the session ID? The URL should then appear like:
http://localhost/Website/abc.aspx
