Subject: Re: php-session module: --enable-trans-sid ?
To: Hubert Feyrer <hubert.feyrer@informatik.fh-regensburg.de>
From: Johnny C. Lam <jlam@netbsd.org>
List: tech-pkg
Date: 09/06/2002 08:18:44
On Fri, Sep 06, 2002 at 11:16:13AM +0200, Hubert Feyrer wrote:
> 
> A student needed a configure variable, and I wondered if there's a reason
> not to commit the following patch to pkgsrc/devel/php4-session/Makefile:
> 
> -CONFIGURE_ARGS+=       --enable-${MODNAME}
> +CONFIGURE_ARGS+=       --enable-${MODNAME} \
> +                       --enable-trans-sid

Go ahead and commit this.  Enabling transient SID propagation seems to be
a recommended practice for PHP4 and can be disabled at run-time by
appropriately setting session.use_trans_sid in php.ini.

	Cheers,

	-- Johnny Lam <jlam@netbsd.org>