Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. Strange Characters Appended to every url as #cCccCc

Strange Characters Appended to every url as #cCccCc

Scheduled Pinned Locked Moved .NET (Core and Framework)
questioncom
6 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Shawn Souto
    wrote on last edited by
    #1

    Hello all, I am totally perplexed as I have never seen this happen before, and I am not really sure where to turn (Google turned up nothing useful). Every time a url is requested on one website, a strange string is automatically appended to it like: http://www.dalegroup.com/about.aspx#axzz0purapSyA[^]. At first I thought I could have accidentally made the Session cookieless, but this string is different on every page, and even when refreshing the same page. Has anyone ever seen this before, and if so how do I get rid of it? Thanks, Shawn

    L 1 Reply Last reply
    0
    • S Shawn Souto

      Hello all, I am totally perplexed as I have never seen this happen before, and I am not really sure where to turn (Google turned up nothing useful). Every time a url is requested on one website, a strange string is automatically appended to it like: http://www.dalegroup.com/about.aspx#axzz0purapSyA[^]. At first I thought I could have accidentally made the Session cookieless, but this string is different on every page, and even when refreshing the same page. Has anyone ever seen this before, and if so how do I get rid of it? Thanks, Shawn

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      From my observations: I don't think there is reason to be alarmed; it is normal syntax to indicate an anchor within the page, which would cause scrolling until that anchor is visible, assuming it is defined with an <a ...> tag, which it isn't when checking the page source. It probably is used to carry your session state from one page to the next; you can delete it in the browser's address bar, but as you discovered when absent a new one gets appended. :)

      Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


      I only read formatted code with indentation, so please use PRE tags for code snippets.


      I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


      S 2 Replies Last reply
      0
      • L Luc Pattyn

        From my observations: I don't think there is reason to be alarmed; it is normal syntax to indicate an anchor within the page, which would cause scrolling until that anchor is visible, assuming it is defined with an <a ...> tag, which it isn't when checking the page source. It probably is used to carry your session state from one page to the next; you can delete it in the browser's address bar, but as you discovered when absent a new one gets appended. :)

        Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


        I only read formatted code with indentation, so please use PRE tags for code snippets.


        I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


        S Offline
        S Offline
        Shawn Souto
        wrote on last edited by
        #3

        It turns out that a script that I added to the site previously (though I never updated the live site) is causing this to happen. The Script is from tynt.com, and it is used for tracking what content on the site users are copy/pasting. Thanks for your help, I was perplexed there for a minute as I completely forgot about implementing that script. Thanks, Shawn

        L 1 Reply Last reply
        0
        • S Shawn Souto

          It turns out that a script that I added to the site previously (though I never updated the live site) is causing this to happen. The Script is from tynt.com, and it is used for tracking what content on the site users are copy/pasting. Thanks for your help, I was perplexed there for a minute as I completely forgot about implementing that script. Thanks, Shawn

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          No problem. BTW: are you sure you want an e-mail address as an account name, visible to everyone? you could change it in your settings page... :)

          Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


          I only read formatted code with indentation, so please use PRE tags for code snippets.


          I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


          S 1 Reply Last reply
          0
          • L Luc Pattyn

            From my observations: I don't think there is reason to be alarmed; it is normal syntax to indicate an anchor within the page, which would cause scrolling until that anchor is visible, assuming it is defined with an <a ...> tag, which it isn't when checking the page source. It probably is used to carry your session state from one page to the next; you can delete it in the browser's address bar, but as you discovered when absent a new one gets appended. :)

            Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


            I only read formatted code with indentation, so please use PRE tags for code snippets.


            I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


            S Offline
            S Offline
            Shawn Souto
            wrote on last edited by
            #5

            It turns out that a script from tynt is responsible for this. I completely forgot that I put the script on my site. Thanks for everything, Shawn

            1 Reply Last reply
            0
            • L Luc Pattyn

              No problem. BTW: are you sure you want an e-mail address as an account name, visible to everyone? you could change it in your settings page... :)

              Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]


              I only read formatted code with indentation, so please use PRE tags for code snippets.


              I'm not participating in frackin' Q&A, so if you want my opinion, ask away in a real forum (or on my profile page).


              S Offline
              S Offline
              Shawn Souto
              wrote on last edited by
              #6

              Well... thats a really good point. Now to see if I can find a way to change that..

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups