How to disable setting PHPSESSID ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • AmigaLemming

    How to disable setting PHPSESSID ?

    As I understand my admins installed a PHP server and now my plain HTML
    pages also want to set a PHPSESSID cookie when loaded into a browser.
    Can I suppress this, e.g. by creating a configuration file like
    ..htaccess somewhere in my public_html directory? Is it possible to
    disable the setting of PHPSESSID cookies for plain HTML pages in
    general and maybe for PHP pages that don't need to track any session
    information?
  • hex kid

    #2
    Re: How to disable setting PHPSESSID ?

    AmigaLemming wrote:[color=blue]
    >As I understand my admins installed a PHP server and now my plain HTML
    >pages also want to set a PHPSESSID cookie when loaded into a browser.
    >Can I suppress this, e.g. by creating a configuration file like
    >.htaccess somewhere in my public_html directory? Is it possible to
    >disable the setting of PHPSESSID cookies for plain HTML pages in
    >general and maybe for PHP pages that don't need to track any session
    >information?[/color]

    Maybe they have "session.auto_s tart" on in PHP.INI.
    You can set it to off in a .htaccess file.

    There's also the "session.use_co okies" directive you can disable.

    HTH

    --
    "Yes, I'm positive."
    "Are you sure?"
    "Help, somebody has stolen one of my electrons!"
    Two atoms are talking:

    Comment

    Working...