ID: 24889 Updated by: [EMAIL PROTECTED] Reported By: oyvind at 3kanten dot it -Status: Open +Status: Bogus Bug Type: Session related Operating System: Linux Slackware 9.0 PHP Version: 4.3.2 New Comment:
You can't set session.use_trans_sid in your script, only in php.ini or .htaccess files. Previous Comments: ------------------------------------------------------------------------ [2003-07-31 11:46:42] oyvind at 3kanten dot it Description: ------------ Trying to rewrite tags with session id, does not work. --- ./configure --with-mysql --enable-trans-sid ---- Apache 2.0, PHP 4.3.2 (cli) (built: Jul 18 2003 21:03:59) Reproduce code: --------------- ini_set("session.use_trans_sid", "1"); ini_set("url_rewriter.tags","a=href,area=href,frame=src,input=src,form=fakeentry,fieldset="); session_id('temp'); session_start(); $_SESSION["var"] = "testvar"; echo '<a href="index.php>'; // not rewritten Expected result: ---------------- Rewriting of tags with session id. Actual result: -------------- No tag rewriting. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24889&edit=1