I was trying to implement Rick's adding meta refresh via header on this article
For some reason my url look like this
http://localhost/pickweb/(S(hp5mypqznxgquf45vzz4fi55))/Login.aspx
What is this "(S(hp5mypqznxgquf45vzz4fi55))" in my url? Even if i remove the code in Rick's blog it still have that weird parameter.
I implement Rick's code
Response.AppendHeader("Refresh", "4; url=profile.aspx");
in my Master page.
Jack