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:

you can modify this using .htaccess if your provider
allows that or change it at runtime usint ini_set()


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

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

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

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

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

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

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