ID:               16810
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Suspended
 Bug Type:         Session related
 Operating System: Linux RedHat
 PHP Version:      4.0CVS-2002-04-2
 New Comment:

Except location of,
<INPUT TYPE="hidden" NAME="SID" VALUE="[someSID] />

We can fix other issues.



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

[2002-04-24 19:23:15] [EMAIL PROTECTED]

I thought this is a suspended issue.
But I cannot find report..

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

[2002-04-24 18:55:36] [EMAIL PROTECTED]

When the session library rewrites the tags specified by 
"url_rewriter.tags" to append "&SID=[someSID]" and/or to 
add a <INPUT TYPE="hidden" NAME="SID" VALUE="[someSID]", 
the resulting HTML no longer complies with either the HTML 
4.01 <http://www.w3.org/TR/html4/> or XHTML 1.0 
<http://www.w3.org/TR/xhtml1/> standards.

In order to comply, the following would be needed:
* lowercase tag/attribute names
* ampersand entity ("&amp;" in place of "&")
* "ID" attribute in addition to "NAME" attribute
* close the empty input tag, either with "<input... />" or 
"</input>"

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


-- 
Edit this bug report at http://bugs.php.net/?id=16810&edit=1

Reply via email to