From:             oyvind at 3kanten dot it
Operating system: Linux Slackware 9.0
PHP version:      4.3.2
PHP Bug Type:     Session related
Bug description:  session.use_trans_sid and url_rewriter.tags does not give intended 
result

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 bug report at http://bugs.php.net/?id=24889&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24889&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24889&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24889&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24889&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24889&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24889&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24889&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24889&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24889&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24889&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24889&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24889&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24889&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24889&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24889&r=gnused

Reply via email to