Results 1 to 5 of 5

Completely eliminating session ids from URLs

This is a discussion on Completely eliminating session ids from URLs within the vBSEO Features Archive forums, part of the vBulletin Links & Resources category; As some may know, vbulletin uses cookies to track session ids. If cookies are disabled, vbulletin uses session ids in ...

  1. #1
    Senior Member
    Real Name
    vissa
    Join Date
    Aug 2005
    Location
    CA, USA
    Posts
    154
    Liked
    1 times

    Completely eliminating session ids from URLs

    As some may know, vbulletin uses cookies to track session ids. If cookies are disabled, vbulletin uses session ids in the URLs to track users. In order to prevent search engines from indexing session IDs, vbulletin automatically removes session IDs when it sees that a search bot (like googlebot) is browsing. It only does this for pre-programmed bots. The problem is, search engines may be or may have already implemented hidden indexing of sites to check for black-hat SEO techniques. Actually what VB does may be kind of considered black-hat (or grey hat) by some engines since it has unique content/urls just for the search engines. This has nothing to to with VBSEO, but is perhaps VBSEO could remedy.

    My question is, why not just give admins the option to completely disable session IDs in URLs? VB does not have this option. If a member doesn't have cookies enabled, they will not be able to log in, but that isn't a big problem for me considering the possible benefits. I would prefer that search engines and guests see the same content and not be manipulated the way VB is attempting.

    So I guess I'm wondering if that could be a feature of VBSEO (disabling sessions IDs in URLS completely).

    PS: I have seen cases where pages with session IDs have PR from google, which indicates VB is not 100% effective at eliminating them from search bots.

    -vissa

  2. #2
    Senior Member
    Real Name
    Nick Le Mouton
    Join Date
    Nov 2005
    Location
    New Zealand
    Posts
    422
    Liked
    14 times
    I think if you add:

    PHP Code:
    ini_set('url_rewriter.tags'''); 
    To one of the scripts that gets included into everything in vbulletin, that will stop php from ammending session ids.

  3. #3
    Senior Member
    Real Name
    Nick Le Mouton
    Join Date
    Nov 2005
    Location
    New Zealand
    Posts
    422
    Liked
    14 times
    There's probably a way to do it in .htaccess as well, but I don't know how to do it off the top of my head

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    by default, vbseo removes all traces of session id's (with one bug that is to be fixed with RC4) already.

  5. #5
    Senior Member
    Real Name
    Marco
    Join Date
    Feb 2006
    Posts
    520
    Liked
    1 times
    is it possible to get sessions for registered members back?

Similar Threads

  1. Sitemap generating a lot more urls
    By poprulz in forum Troubleshooting
    Replies: 13
    Last Post: 02-28-2007, 05:15 PM
  2. Google Still Shows Session ID's
    By WiseOne in forum URL Rewrite Settings
    Replies: 4
    Last Post: 07-16-2006, 12:36 PM
  3. Google Sitemap-Listing of old url's option-from 1.7
    By T2DMan in forum Member Articles
    Replies: 0
    Last Post: 04-02-2006, 09:46 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •