Turned off sessions but CMSSESSID still appears in News module output

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Umer

Re: Turned off sessions but CMSSESSID still appears in News module output

Post by Umer »

PHP version  4.3.11
MySQL version  4.1.13-standard
Apache version  1.3.33 (Unix)
Operating system  Linux
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: Turned off sessions but CMSSESSID still appears in News module output

Post by Ted »

Ok, I've guessed horribly wrong, then.  :)
Umer

Re: Turned off sessions but CMSSESSID still appears in News module output

Post by Umer »

wishy wrote: Ok, I've guessed horribly wrong, then.  :)
:) thank you for your reply! Can u plz tell me that how I can fix that problem?? Thanks for ur time!
djnz

Re: Turned off sessions but CMSSESSID still appears in News module output

Post by djnz »

Unless you can change PHP configuration (and most hosts will not let you do that, even through .htaccess), the only way to get rid of those damn session IDs is this, as mentioned above:

ini_set('url_rewriter.tags', '');

Put that in include.php before the rest of the session stuff. You don't need to delete any of that, and cookie-based sessions will still work fine.
Locked

Return to “CMSMS Core”