I don't need session and I'd like to turn off appending CMSSESID to each url. I added:
Code: Select all
ini_set('session.use_trans_sid', false);I had the same problem with "print" plugin, but I stopped using it and it solved the problem
Matt.
Code: Select all
ini_set('session.use_trans_sid', false);Code: Select all
php_flag session.use_trans_sid off
Code: Select all
@ini_set('url_rewriter.tags', '');
@ini_set('session.use_trans_sid', 0);
Guess it would!wishy wrote: Maybe it would be worth putting an option in to disable sessions in config.php?


I tryed both the solutions from wishy & matt, but had no luck!! Is there anywat I can fix this problem?? thanks!Warning: Smarty error: unable to read resource: "db:secure?CMSSESSID=ade01dd4a63ff63a2d8172db65fa8446" in /home/******/public_html/MYFOLDER/lib/smarty/Smarty.class.php on line 1088