syasmin
syasmin

Reputation: 1

WP site generating weird session id next to page url

Few pages of my WordPress site generating weird session id next to page url for example http://www.example.com/?wvsessionid=wvac7224adb9a344b4b05354762584a621 . I don’t know where this coming from. bad thing is google indexing them & it creating duplicate content issue. where should i look for this issue & any idea , how I can solve it?

Upvotes: 0

Views: 95

Answers (1)

Jacek Lawniczak
Jacek Lawniczak

Reputation: 256

This could be one of two things:

  • some plugin is generating this, in that case search in plugins code to look for wvsessionid phrase which will tell you which plugin is generating this and why.

    • another option is some injected code due to hacking but that less likely as this parameter wouldn't be of much help.

Upvotes: 1

Related Questions