Strange Url's in ASP.NET site

Posted by Bob on Stack Overflow See other posts from Stack Overflow or by Bob
Published on 2011-01-06T00:47:41Z Indexed on 2011/01/06 0:54 UTC
Read the original article Hit count: 121

Filed under:

My asp.net 4 website url format is http://www.somesite.com/ShowProduct.aspx?ID=3330

but it sometimes gets changed to

http://www.somesite.com/(S(ghtef0vy5fgfdjgdfgderd55)X(1))/ShowProduct.aspx?ID=3330

or

http://www.somesite.com/ShowProduct.aspx?ID=3330&AspxAutoDetectCookieSupport=3330

How can i prevent this. I want all url's to be of this format only

http://www.somesite.com/ShowProduct.aspx?ID=3330

© Stack Overflow or respective owner

Related posts about ASP.NET