[Phpslash-devel] slashSess grief
Brought to you by:
joestewart,
nhruby
From: Mike G. <mi...@op...> - 2003-12-15 14:43:01
|
Howdy, On Sun, 2003-12-14 at 23:10, > I'm still having trouble trying to figure out how to control when > slashSess variables are inserted into the URL.. It seems quite > arbitrary to me. Sometimes a site I've installed Back-End on will pop > up with slashSession variables and other times it won't.. Occasionally > they will be there when I first browse to a site, but not after I login. ... With Matt's help I think I've fixed this (at least for htdig). I don't know why I forgot about this (in Back-End's config.php file): // If slashSess appears in the url, and cookies are working, // you can set the php_admin_flag session.use_trans_sid off // in php.ini or virtual host / directory or .htaccess // The following works for PHP 4.1.2, does not work in 4.3+, others? ini_set('session.use_trans_sid', 0); I guess this should be part of our default install.. arg.. Thanks! Mike -- Mike Gifford, OpenConcept Consulting Free Software for Social Change -> http://www.openconcept.ca Stop Cdn Pension Plan War Investments -> http://coat.openconcept.ca/ Another world is not only possible, she is on her way -Arundhati Roy |