[PHP-DEV] Bug #10833 Updated: Hyperlink tag a when split on multiple lines, session ids are not propagated

2001-08-06 Thread sniper

ID: 10833
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: Session related
Operating System: Linux
PHP Version: 4.0.5
New Comment:

No feedback. And the latest CVS works just fine
on this kind of urls.

--Jani


Previous Comments:


[2001-07-10 05:05:45] [EMAIL PROTECTED]

Could you give a snapshot a try?

http://snaps.php.net/

The scanner is supposed to ignore whitespace.



[2001-05-12 17:24:31] [EMAIL PROTECTED]

This applicable for browsers that don't allow cookies:

The following is not working:
a class=subMenu
href=?php if (!isset($currentMenu))
echo $smUrlRefs[$key];
else echo ../ . $smUrlRefs[$key]; ?
Menu /a

But if href is on the same line as a tag, it works:
a class=subMenu href=?php if (!isset($currentMenu))   
 echo
$smUrlRefs[$key];
else echo ../ . $smUrlRefs[$key]; ?
Menu /a







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


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP-DEV] Bug #10833 Updated: Hyperlink tag a when split on multiple lines, session ids are not propagated

2001-07-10 Thread sas

ID: 10833
Updated by: sas
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Feedback
Bug Type: *Session related
Operating System: Linux
PHP Version: 4.0.5
New Comment:

Could you give a snapshot a try?

http://snaps.php.net/

The scanner is supposed to ignore whitespace.

Previous Comments:


[2001-05-12 17:24:31] [EMAIL PROTECTED]

This applicable for browsers that don't allow cookies:

The following is not working:
a class=subMenu
href=?php if (!isset($currentMenu))
echo $smUrlRefs[$key];
else echo ../ . $smUrlRefs[$key]; ?
Menu /a

But if href is on the same line as a tag, it works:
a class=subMenu href=?php if (!isset($currentMenu))   
 echo
$smUrlRefs[$key];
else echo ../ . $smUrlRefs[$key]; ?
Menu /a







ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10833edit=1


-- 
PHP Development Mailing List http://www.php.net/
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]