How can I get rid of PHP SESSION IDS?

Discussion in 'Search Engine Optimization' started by skunker, Dec 30, 2005.

  1. #1
    My site is: www.spireviews.com and I get some bad penalties/session ID filters, I think.

    How can I get rid of thsoe IDs? Heard you can just do a simple thing in htaccess.....Thanks.
     
    skunker, Dec 30, 2005 IP
  2. alext

    alext Active Member

    Messages:
    406
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    68
    #2
    You can get rid of them but you may or may not want to. If the session id is being stored in the url data it is generaly for users who have cookies disabled and yet maintain a session.

    However I was having problem with this with Drupal for reasons not related to session ids. Anyway here is the post I made about solving the problem.

    Getting Rid of PHPSESSID
     
    alext, Dec 30, 2005 IP
  3. skunker

    skunker Guest

    Messages:
    545
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks, is it not safe for me to do that fix?
     
    skunker, Dec 30, 2005 IP
  4. alext

    alext Active Member

    Messages:
    406
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    68
    #4
    It depends. If your site uses sessions then it is not safe to use this method. Basically it would be cutting off people who's web browsers do not support cookies or people who have cookies disabled from properly using your site.

    If your site can function properly without session ids then it is safe.

    Are you using some sort of content mangment system or other scripting?
     
    alext, Dec 30, 2005 IP