#40781 [NEW]: <input name="PHPSESSID" /> invalid HTML

Ask a Question related to PHP Bugs, Design and Development.

  1. #1

    Default #40781 [NEW]: <input name="PHPSESSID" /> invalid HTML

    From: php dot net at steltenpower dot com
    Operating system: Linux
    PHP version: 4.4.5
    PHP Bug Type: Session related
    Bug description: <input name="PHPSESSID" /> invalid HTML

    Description:
    ------------
    <input type="hidden" name="PHPSESSID" value="..." />
    is generated and the / makes it invalid HTML.

    XHTML needs the /

    So to be able to output both valid HTML and valid XHTML an ini variable or
    something is needed


    --
    Edit bug report at [url]http://bugs.php.net/?id=40781&edit=1[/url]
    --
    Try a CVS snapshot (PHP 4.4): [url]http://bugs.php.net/fix.php?id=40781&r=trysnapshot44[/url]
    Try a CVS snapshot (PHP 5.2): [url]http://bugs.php.net/fix.php?id=40781&r=trysnapshot52[/url]
    Try a CVS snapshot (PHP 6.0): [url]http://bugs.php.net/fix.php?id=40781&r=trysnapshot60[/url]
    Fixed in CVS: [url]http://bugs.php.net/fix.php?id=40781&r=fixedcvs[/url]
    Fixed in release: [url]http://bugs.php.net/fix.php?id=40781&r=alreadyfixed[/url]
    Need backtrace: [url]http://bugs.php.net/fix.php?id=40781&r=needtrace[/url]
    Need Reproduce Script: [url]http://bugs.php.net/fix.php?id=40781&r=needscript[/url]
    Try newer version: [url]http://bugs.php.net/fix.php?id=40781&r=oldversion[/url]
    Not developer issue: [url]http://bugs.php.net/fix.php?id=40781&r=support[/url]
    Expected behavior: [url]http://bugs.php.net/fix.php?id=40781&r=notwrong[/url]
    Not enough info: [url]http://bugs.php.net/fix.php?id=40781&r=notenoughinfo[/url]
    Submitted twice: [url]http://bugs.php.net/fix.php?id=40781&r=submittedtwice[/url]
    register_globals: [url]http://bugs.php.net/fix.php?id=40781&r=globals[/url]
    PHP 3 support discontinued: [url]http://bugs.php.net/fix.php?id=40781&r=php3[/url]
    Daylight Savings: [url]http://bugs.php.net/fix.php?id=40781&r=dst[/url]
    IIS Stability: [url]http://bugs.php.net/fix.php?id=40781&r=isapi[/url]
    Install GNU Sed: [url]http://bugs.php.net/fix.php?id=40781&r=gnused[/url]
    Floating point limitations: [url]http://bugs.php.net/fix.php?id=40781&r=float[/url]
    No Zend Extensions: [url]http://bugs.php.net/fix.php?id=40781&r=nozend[/url]
    MySQL Configuration Error: [url]http://bugs.php.net/fix.php?id=40781&r=mysqlcfg[/url]
    php dot net at steltenpower dot com Guest

  2. Similar Questions and Discussions

    1. the error "invalid plugin detected. Adobe Reader will quit"
      I have gotten the RIKLA from Adobe. And I use the example code BasicPlugin(you can download it from Adobe wetsite) as my plug_in, then, I made the...
    2. html <input type="file"> can you set a value first ?
      There has GOT to be a way. I'm not gonna give up.
    3. Problem with fopen("php://input", "r")
      Hello there, I am having problem opening the in-built php stream php://input According to the manual this has been integrated into php since...
    4. HTML + <input type="File">
      Hi I'm trying to set default value for input type file. <input type="File" name="tx_pdffile" accept="*.pdf" class="boxText" value="abc.pdf"> ...
    5. "viewstate is invalid for this page and might be corrupted" - why does worker process recycling cause this?
      Hi There, I have posted something previously regarding this issue, but I think I have some more concise questions to ask, and would like to get...
  3. #2

    Default #40781 [Opn->Fbk]: <input name="PHPSESSID" /> invalid HTML

    ID: 40781
    Updated by: [email]tony2001@php.net[/email]
    Reported By: php dot net at steltenpower dot com
    -Status: Open
    +Status: Feedback
    Bug Type: Session related
    Operating System: Linux
    PHP Version: 4.4.5
    New Comment:

    Not enough information was provided for us to be able
    to handle this bug. Please re-read the instructions at
    [url]http://bugs.php.net/how-to-report.php[/url]

    If you can provide more information, feel free to add it
    to this bug and change the status back to "Open".

    Thank you for your interest in PHP.





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

    [2007-03-12 00:19:34] php dot net at steltenpower dot com

    Description:
    ------------
    <input type="hidden" name="PHPSESSID" value="..." />
    is generated and the / makes it invalid HTML.

    XHTML needs the /

    So to be able to output both valid HTML and valid XHTML an ini variable
    or something is needed



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


    --
    Edit this bug report at [url]http://bugs.php.net/?id=40781&edit=1[/url]
    tony2001@php.net Guest

  4. #3

    Default #40781 [Fbk->Opn]: <input name="PHPSESSID" /> invalid HTML

    ID: 40781
    User updated by: php dot net at steltenpower dot com
    Reported By: php dot net at steltenpower dot com
    -Status: Feedback
    +Status: Open
    Bug Type: Session related
    Operating System: Linux
    PHP Version: 4.4.5
    New Comment:

    I'm using PHP's built-in session system through session_start() etc.

    In the HTML output this results in lots of things of which
    <input type="hidden" name="PHPSESSID" value="8748someLongId865" />
    is part.

    The
    /
    in there should be removed to make it valid HTML


    sidenote:
    The
    /
    is needed for XHTML (which might also need
    name
    replaced with
    id)

    So to be able to use the PHP built-in system for both valid HTML and
    valid XHTML a switch, flag, ini setting, or something is needed


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

    [2007-03-12 09:29:33] [email]tony2001@php.net[/email]

    Not enough information was provided for us to be able
    to handle this bug. Please re-read the instructions at
    [url]http://bugs.php.net/how-to-report.php[/url]

    If you can provide more information, feel free to add it
    to this bug and change the status back to "Open".

    Thank you for your interest in PHP.




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

    [2007-03-12 00:19:34] php dot net at steltenpower dot com

    Description:
    ------------
    <input type="hidden" name="PHPSESSID" value="..." />
    is generated and the / makes it invalid HTML.

    XHTML needs the /

    So to be able to output both valid HTML and valid XHTML an ini variable
    or something is needed



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


    --
    Edit this bug report at [url]http://bugs.php.net/?id=40781&edit=1[/url]
    php dot net at steltenpower dot com Guest

  5. #4

    Default #40781 [Opn->Bgs]: <input name="PHPSESSID" /> invalid HTML

    ID: 40781
    Updated by: [email]edink@php.net[/email]
    Reported By: php dot net at steltenpower dot com
    -Status: Open
    +Status: Bogus
    Bug Type: Session related
    Operating System: Linux
    PHP Version: 4.4.5
    New Comment:

    Browsers from Netscape 4 and up have no problem parsing tags like
    <br /> so this is not going to be changed in order to keep xhtml
    compabtipility.


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

    [2007-03-12 11:44:28] php dot net at steltenpower dot com

    I'm using PHP's built-in session system through session_start() etc.

    In the HTML output this results in lots of things of which
    <input type="hidden" name="PHPSESSID" value="8748someLongId865" />
    is part.

    The
    /
    in there should be removed to make it valid HTML


    sidenote:
    The
    /
    is needed for XHTML (which might also need
    name
    replaced with
    id)

    So to be able to use the PHP built-in system for both valid HTML and
    valid XHTML a switch, flag, ini setting, or something is needed

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

    [2007-03-12 09:29:33] [email]tony2001@php.net[/email]

    Not enough information was provided for us to be able
    to handle this bug. Please re-read the instructions at
    [url]http://bugs.php.net/how-to-report.php[/url]

    If you can provide more information, feel free to add it
    to this bug and change the status back to "Open".

    Thank you for your interest in PHP.




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

    [2007-03-12 00:19:34] php dot net at steltenpower dot com

    Description:
    ------------
    <input type="hidden" name="PHPSESSID" value="..." />
    is generated and the / makes it invalid HTML.

    XHTML needs the /

    So to be able to output both valid HTML and valid XHTML an ini variable
    or something is needed



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


    --
    Edit this bug report at [url]http://bugs.php.net/?id=40781&edit=1[/url]
    edink@php.net Guest

  6. #5

    Default #40781 [Bgs]: <input name="PHPSESSID" /> invalid HTML

    ID: 40781
    User updated by: php dot net at steltenpower dot com
    Reported By: php dot net at steltenpower dot com
    Status: Bogus
    Bug Type: Session related
    Operating System: Linux
    PHP Version: 4.4.5
    New Comment:

    Keeping the current thing as a default would be good.

    Saying that it works on a few common browsers is forgetting about
    semantic web and accessibility.


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

    [2007-03-12 18:05:06] [email]edink@php.net[/email]

    Browsers from Netscape 4 and up have no problem parsing tags like
    <br /> so this is not going to be changed in order to keep xhtml
    compabtipility.

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

    [2007-03-12 11:44:28] php dot net at steltenpower dot com

    I'm using PHP's built-in session system through session_start() etc.

    In the HTML output this results in lots of things of which
    <input type="hidden" name="PHPSESSID" value="8748someLongId865" />
    is part.

    The
    /
    in there should be removed to make it valid HTML


    sidenote:
    The
    /
    is needed for XHTML (which might also need
    name
    replaced with
    id)

    So to be able to use the PHP built-in system for both valid HTML and
    valid XHTML a switch, flag, ini setting, or something is needed

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

    [2007-03-12 09:29:33] [email]tony2001@php.net[/email]

    Not enough information was provided for us to be able
    to handle this bug. Please re-read the instructions at
    [url]http://bugs.php.net/how-to-report.php[/url]

    If you can provide more information, feel free to add it
    to this bug and change the status back to "Open".

    Thank you for your interest in PHP.




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

    [2007-03-12 00:19:34] php dot net at steltenpower dot com

    Description:
    ------------
    <input type="hidden" name="PHPSESSID" value="..." />
    is generated and the / makes it invalid HTML.

    XHTML needs the /

    So to be able to output both valid HTML and valid XHTML an ini variable
    or something is needed



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


    --
    Edit this bug report at [url]http://bugs.php.net/?id=40781&edit=1[/url]
    php dot net at steltenpower dot com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139