How to get rid of ./index.html?osCsid=8f1c9a5312e692679cb7bfb these pesky numbers

Discussion in 'HTML & Website Design' started by gropius, Sep 21, 2007.

  1. #1
    We have a PHP. OSComerece site and we have those pesky numbers at the end. I so new I don't even know what there for. I also know from reading this forum that it is much better not to have them?

    http://www.yourdomainhttp://www.yourdomain.com/pgInfoPage...F95289295A3A10 A4FD4F64E511ACB0E020C904

    Can anyone explain and maybe point me into the direction of changing this, thru hire or otherwise?
    Thanks.
     
    gropius, Sep 21, 2007 IP
  2. krt

    krt Well-Known Member

    Messages:
    829
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    120
    #2
    krt, Sep 21, 2007 IP
  3. Camay123

    Camay123 Well-Known Member

    Messages:
    3,423
    Likes Received:
    86
    Best Answers:
    0
    Trophy Points:
    160
    #3
    That mod not only removes the "id=1u3334u4nfu4i4o4n" but creates nice detailed search engine friendly .html urls.

    I have install the same mod for zencart.
     
    Camay123, Sep 21, 2007 IP
  4. gropius

    gropius Peon

    Messages:
    126
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sweet you guys are great thanks for the help!
     
    gropius, Sep 22, 2007 IP
  5. gropius

    gropius Peon

    Messages:
    126
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    One minute! that link is no goood by threads end the publisher recanted.
     
    gropius, Sep 22, 2007 IP
  6. krt

    krt Well-Known Member

    Messages:
    829
    Likes Received:
    38
    Best Answers:
    0
    Trophy Points:
    120
    #6
    Well there has to be a compromise. Session IDs were not introduced just to annoy people, obviously many would prefer not to have them and if there were no problems with removing it, everyone would do so.

    When you remove session IDs, you have to keep track of the user's session another way (which is required for their login, and anything else you may have like saved preferences).

    I use a session ID only when it is needed and if the user is not a crawler (e.g. GoogleBot). If and only if cookies are not enabled by the user or if the test is incolcusive, and when they have successfully logged in, do I enable the session ID for that user.
     
    krt, Sep 22, 2007 IP
  7. gropius

    gropius Peon

    Messages:
    126
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Cool thank you- this helps- Ausies rule.
     
    gropius, Sep 22, 2007 IP