ID:               13472
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Analyzed
 Bug Type:         Session related
 Operating System: Any
 PHP Version:      4.0.6
 New Comment:

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 ...



Previous Comments:
------------------------------------------------------------------------

[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...

------------------------------------------------------------------------

[2002-03-03 07:34:13] [EMAIL PROTECTED]

anyone know how long before this is fixed or if there is any known
workaround?

------------------------------------------------------------------------

[2001-12-07 09:16:24] [EMAIL PROTECTED]

Reclassified back to session-related because Yasuo persuaded me to call
it a bug ;)

------------------------------------------------------------------------

[2001-12-05 13:22:53] [EMAIL PROTECTED]

hum... not a bug ? PHP is not rewriting html code well, so I'd call it
a bug :-)

Anyway... any chance to get it fixed soon ? 
That shouldnt be /that/ hard to do, since you just have to write the
input after the first fieldset if there is one, or jst after the form
is there isnt any...

------------------------------------------------------------------------

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

Reply via email to