Jan Lehnardt wrote:
> Hi,
> On Mon, 25 Mar 2002 06:53:15 -0500
> Yasuo Ohgaki <[EMAIL PROTECTED]> wrote:
> 
> 
>>>even if session.use_trans_sid = 0 ?
>>
>>No. Session module registers buffer when trans sid
>>is active. session.use_trans_sid=1 does not mean
>>there is trans sid buffer.
> 
> huh? session.use_trans_sid = 1 enables trans sid, so the session module
> should register a buffer; for session.use_trans_sid = 0 it should not.
> What am I missing?

trans sid = 1 means "use trans sid buffer" when it is needed.

For instance,
trans sid = 1 and usec cookie = 1, browser support it? no buffer
trans sid = 1, but not --enable-trans-sid, no buffer.

> 
> 
> 
>>Did you try with web server SAPI? (i.e. other than CLI, CGI SAPI)
>>Anyway, if zlib.output_compression=On and ob_get_level() does not
>>return more than 2, otuput compression is not enabled.
> 
> not yet.
> 
> Jan

You should. You need content negotiation to zlib.output compress
to register buffers :)

--
Yasuo Ohgaki



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to