Date: 05/12/01
- Next message: Sebastian Bergmann: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/xml/expat expat.dswexpat.makwinconfig.h/win32 php4dllts.dsp"
- Previous message: Alexander Bokovoy: "Re: [PHP-DEV] Update of bundled packages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: admin <email protected>
Operating system: Linux
PHP version: 4.0.5
PHP Bug Type: *Session related
Bug description: Hyperlink tag <a> when split on multiple lines, session ids are not propagated
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 Bug report at: http://bugs.php.net/?id=10833&edit=1-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Sebastian Bergmann: "Re: [PHP-DEV] Re: [PHP-CVS] cvs: php4 /ext/xml/expat expat.dswexpat.makwinconfig.h/win32 php4dllts.dsp"
- Previous message: Alexander Bokovoy: "Re: [PHP-DEV] Update of bundled packages"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

