asp.net strange url problem? any ideas guys!
-
Hi guys, I've just deployed a website to a live server and i've noticed something strange is happening to the URL.... /customerportal/(S(vhjbjm55k0tuec45obi3c2am))/login.aspx What is all the random garbage its putting in the middle?? can I turn this off? Cheers guys! Will
-
Hi guys, I've just deployed a website to a live server and i've noticed something strange is happening to the URL.... /customerportal/(S(vhjbjm55k0tuec45obi3c2am))/login.aspx What is all the random garbage its putting in the middle?? can I turn this off? Cheers guys! Will
Hi, it's the session ID. See here: http://msdn.microsoft.com/en-us/library/h6bb9cz9%28VS.71%29.aspx[^] specify cookieless to false. Petr
-
Hi, it's the session ID. See here: http://msdn.microsoft.com/en-us/library/h6bb9cz9%28VS.71%29.aspx[^] specify cookieless to false. Petr