Weird characters appended to URL string.
So, while I do use ColdFusion at work, I also use it on my personal website, where I host a blog and photo gallery.
Whenever I click on a post or a gallery pic, I notice that the URL is appended with some sort of token.
For instance, this:
becomes this:
http://mysite/post/2224#.VmKaAipG_0
It makes for some pretty ugly URL strings when I want to paste something to someone.
My host uses CF9 (I think) and Linux. Is there an obvious reason it does this? I'm using session management and client cookies in Application.cfc, so maybe that has something to do with it.
