Date: 09/13/01
- Next message: derick <email protected>: "[PHP-DEV] Bug #13282 Updated: suggest session_url_addid()"
- Previous message: Andreas Gietl: "Re: [PHP-DEV] Unable to find stream pointer"
- Next in thread: derick <email protected>: "[PHP-DEV] Bug #13282 Updated: suggest session_url_addid()"
- Reply: derick <email protected>: "[PHP-DEV] Bug #13282 Updated: suggest session_url_addid()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Xuefer <email protected>
Operating system: any
PHP version: 4.0.6
PHP Bug Type: Feature/Change Request
Bug description: suggest session_url_addid()
suggest session_url_addid()
ob_start();
........
$html = ob_get_contents();
ob_end_clear();
compress $html;
echo $html;
there's no PHPSESSID in the url even browser not support cookie
so...
compress session_url_addid($html);
echo $html;
this would be better.
or give out the php source code to show us how to add PHPSESSID in all of
the url, including <FORM>
hoho~~~~~
-- Edit bug report at: http://bugs.php.net/?id=13282&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: derick <email protected>: "[PHP-DEV] Bug #13282 Updated: suggest session_url_addid()"
- Previous message: Andreas Gietl: "Re: [PHP-DEV] Unable to find stream pointer"
- Next in thread: derick <email protected>: "[PHP-DEV] Bug #13282 Updated: suggest session_url_addid()"
- Reply: derick <email protected>: "[PHP-DEV] Bug #13282 Updated: suggest session_url_addid()"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

