Page 2 of 2
Re: Turned off sessions but CMSSESSID still appears in News module output
Posted: Wed Nov 09, 2005 2:32 am
by Umer
PHP version 4.3.11
MySQL version 4.1.13-standard
Apache version 1.3.33 (Unix)
Operating system Linux
Re: Turned off sessions but CMSSESSID still appears in News module output
Posted: Wed Nov 09, 2005 12:57 pm
by Ted
Ok, I've guessed horribly wrong, then.

Re: Turned off sessions but CMSSESSID still appears in News module output
Posted: Wed Nov 09, 2005 9:41 pm
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!
Re: Turned off sessions but CMSSESSID still appears in News module output
Posted: Wed Nov 09, 2005 11:03 pm
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.