I wanna use PHP's session management with output compression, but I have the following problem:
Session-IDs are not automatically appended to URLs. :-(
The compression works fine and makes the page nice for slow internet connections.
The session management works also fine, but only with cookies :-(
I guess the problem is that PHP can not append SID in (g)ziped output!?...
But is there a way to get this work with output compression?
Any hints would be great!
Regards, Matthias
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php