php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32112 generated PHPSESSID in form causes incomplete page
Submitted: 2005-02-25 16:58 UTC Modified: 2005-03-20 18:10 UTC
Votes:6
Avg. Score:1.3 ± 0.7
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: tom at dms dot co dot uk Assigned:
Status: No Feedback Package: Session related
PHP Version: 5.0.2 OS: Solaris
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2005-02-25 16:58 UTC] tom at dms dot co dot uk
Description:
------------
When a PHPSESSID is generated into a form as a hidden input field, the subsequent html is incomplete as if the last few characters have been deleted.

Often only noticeable on a view source but sometimes obvious when visible text or HTML (such as an IMG tag) has been cropped.

Currently have to pad an initial (session-less) page with loads of spaces at the end.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-25 18:07 UTC] tony2001@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc.

If possible, make the script source available online and provide
an URL to it here. Try to avoid embedding huge scripts into the report.


 [2005-03-20 18:10 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC