0

I've created a web form application with ASP.Net. I'm wondering why ASP.Net added nonsense characters between the project name and folder name of the application.

http://testServer/ProjectTest/(S(l1jqxfcri1fn12h1gb1hzjaxdtnb))/Views/Customers.aspx

in the above url, ProjectTest is my Project name and Views is the folder of the application. how can I remove these nonsense characters (S(l1jqxfcri1fn12h1gb1hzjaxdtnb)) from the URL. Why asp.net added them to the url automatically?

1 Answer 1

1

You're using a cookie less session. https://msdn.microsoft.com/en-us/library/aa479314.aspx

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.