[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: ob_get_level

2002-03-25 Thread derick

On Mon, 25 Mar 2002, Yasuo Ohgaki wrote:

 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.

Now in English? (sorry, but I couldn't understand this :)

Derick

---
  PHP: Scripting the Web - [EMAIL PROTECTED]
All your branches are belong to me!
SRM: Script Running Machine - www.vl-srm.net
---


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




[PHP-DEV] Re: [PHP-QA] Re: [PHP-DEV] Re: ob_get_level

2002-03-25 Thread Yasuo Ohgaki

[EMAIL PROTECTED] wrote:
 On Mon, 25 Mar 2002, Yasuo Ohgaki wrote:
 
 
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 use cookie = 1, browser support it? no buffer
trans sid = 1, but not --enable-trans-sid, no buffer.
 
 
 Now in English? (sorry, but I couldn't understand this :)
 

:) I mean,

Even if trans_sid = 1, it does not mean there is trans_sid buffer when
use_cookie = 1 and browser supports cookie, or PHP is not compiled with
--enable-trans-sid, for example. (Second one is likey)

--
Yasuo Ohgaki


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