php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22697 trans_sid in multi line frame definitions wrong
Submitted: 2003-03-14 05:13 UTC Modified: 2003-03-18 11:39 UTC
From: kristof dot nast-kolb at foroso dot de Assigned:
Status: Closed Package: Session related
PHP Version: 4.3.1 OS: Windows 2000
Private report: No CVE-ID: None
 [2003-03-14 05:13 UTC] kristof dot nast-kolb at foroso dot de
If trans_sid is enabled and a frame is defined in more than one line, the session is appended incorrectly after the src statement in a new line, e.g.
<frame src="/xxx.php"
?PHPSESSID=aaff9a72316118b4787e990cdf9b33e3
noresize scrolling="no">

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-17 12:38 UTC] kristof dot nast-kolb at foroso dot de
No sorry, http://snaps.php.net/win32/php4-win32-STABLE-latest.zip (4.3.2RC build date Mar 14 2003 10:14:54 ) doesn't fix it.
 [2003-03-17 20:19 UTC] sniper@php.net
Works fine here, you propably didn't upgrade PHP properly.

 [2003-03-18 02:10 UTC] kristof dot nast-kolb at foroso dot de
I upgraded it properly since phpinfo gives the new release info and build date. I'm using php as Apache 1.3 module. I didn't copy the php4ts.dll to the windows folder but copied it to the sapi folder to make sure that I'm always using the correct version.
The frame definition with the src statement in the first line (using double quotes) and the noresize and scrolling tag in the 2nd line leads to the error.
 [2003-03-18 11:39 UTC] sniper@php.net
Yes, and that is fixed in 4.3.2-RC. So it's just your
installation of it that is broken.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 18 04:01:34 2024 UTC