Turning of session ids

Discussion in 'Content Management' started by superpump, Apr 6, 2006.

  1. #1
    superpump, Apr 6, 2006 IP
  2. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #2
    should be an option in admin called use clean urls?
     
    just-4-teens, Apr 6, 2006 IP
  3. superpump

    superpump Peon

    Messages:
    1,419
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #3
    that option is in settings of admin panel and yes it is checked...
     
    superpump, Apr 6, 2006 IP
  4. ryan_uk

    ryan_uk Illustrious Member

    Messages:
    3,983
    Likes Received:
    1,022
    Best Answers:
    33
    Trophy Points:
    465
    #4
    Normally it's off by default with drupal. Possibly your host doesn't allow some options to be changed from default.

    On my non-drupal site I put the following into .htaccess:

    <IfModule mod_php4.c>
    php_value session.use_only_cookies 1
    php_value session.use_trans_sid 0
    </IfModule>
    Code (markup):
    But these should already be set in sites/default/settings.php (or replace default with the directory name you gave your site).
     
    ryan_uk, Apr 6, 2006 IP