ID: 13472
Updated by: [EMAIL PROTECTED]
-Summary: input type=hidden should be in a fieldset if there is
one
Reported By: [EMAIL PROTECTED]
Status: Analyzed
Bug Type: Session related
Operating System: Any
-PHP Version: 4.0.6
+PHP Version: 4.2.0
New Comment:
Version update and added comment to summary
Previous Comments:
------------------------------------------------------------------------
[2002-03-05 08:16:19] [EMAIL PROTECTED]
you can modify this using .htaccess if your provider
allows that or change it at runtime usint ini_set()
------------------------------------------------------------------------
[2002-03-05 08:07:14] [EMAIL PROTECTED]
Most people cannot access their host's php.ini...
Another workaround ? :)
------------------------------------------------------------------------
[2002-03-04 05:43:31] [EMAIL PROTECTED]
as a workaround in php.ini:
url_rewriter.tags = "...,form=fakeentry"
change it to
url_rewriter.tags = "...,form=action"
to have the id added to the action url instead
of being added as a hidden field
gives you legal xhtml, but session id is
always a GET parameter, even with method=POST ...
------------------------------------------------------------------------
[2002-03-03 08:08:25] [EMAIL PROTECTED]
Notice .. any blocklevel tag is affected .. not just fieldset and as
such any solution to this problem should take this issue into account.
------------------------------------------------------------------------
[2002-03-03 08:04:33] [EMAIL PROTECTED]
I could not find any suitable workaround :(
I hope this will be fixed soon, cause this is really killing me...
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/13472
--
Edit this bug report at http://bugs.php.net/?id=13472&edit=1