ID: 13282
Updated by: sander
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Closed
Bug Type: Feature/Change Request
Operating System: any
PHP Version: 4.0.6
New Comment:

No feedback. Closing.

Previous Comments:
------------------------------------------------------------------------

[2001-09-13 05:57:10] [EMAIL PROTECTED]

Can you try this with a snapshot form snaps.php.net?

Derick

------------------------------------------------------------------------

[2001-09-13 05:49:53] [EMAIL PROTECTED]

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 this bug report at http://bugs.php.net/?id=13282&edit=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]

Reply via email to