php.ini:
session.use_trans_sid = 1
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
script:
<?php session_start(); ?>
<html>
<body>
<form action="<?php echo $_SERVER['PHP_SELF'];?>">
<input type="text" name="test">
</form>
<a href="<?php echo $_SERVER['PHP_SELF'];?>?blah=foo">bar</a>
</body>
</html>
And browser has cookies disabled. The hidden entry does not appear.
Sometimes it does appear..but I haven't figured out why yet.
Using latest CVS HEAD..
--Jani
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php