php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #13282 suggest session_url_addid()
Submitted: 2001-09-13 05:49 UTC Modified: 2001-10-02 04:28 UTC
From: Xuefer at 21cn dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0.6 OS: any
Private report: No CVE-ID: None
 [2001-09-13 05:49 UTC] Xuefer at 21cn dot com
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~~~~~

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-13 05:57 UTC] derick@php.net
Can you try this with a snapshot form snaps.php.net?

Derick
 [2001-10-02 04:28 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 12:01:29 2025 UTC