From: Sterling Hughes Date: Mon, 4 Sep 2000 22:22:16 +0000 (+0000) Subject: Add the session.use_trans_sid option to php.ini file. X-Git-Tag: php-4.0.3RC1~312 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ade2c31625b1956197504a3d406741f6ec1e5904;p=php Add the session.use_trans_sid option to php.ini file. --- diff --git a/php.ini-dist b/php.ini-dist index e6c6190478..39228fc511 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -407,6 +407,8 @@ session.entropy_file = ; specified here to create the session id session.cache_limiter = nocache ; set to {nocache,private,public} to ; determine HTTP caching aspects session.cache_expire = 180 ; document expires after n minutes +session.use_trans_sid = 1 ; use transient sid support if enabled + ; by compiling with --enable-trans-sid [MSSQL] ;extension=php_mssql.dll diff --git a/php.ini-optimized b/php.ini-optimized index 917f81664f..425f4f191a 100644 --- a/php.ini-optimized +++ b/php.ini-optimized @@ -394,6 +394,9 @@ session.entropy_file = ; specified here to create the session id session.cache_limiter = nocache ; set to {nocache,private,public} to ; determine HTTP caching aspects session.cache_expire = 180 ; document expires after n minutes +session.use_trans_sid = 1 ; use transient sid support if enabled + ; by compiling with --enable-trans-sid + [MSSQL] ;extension=php_mssql.dll diff --git a/php.ini-recommended b/php.ini-recommended index 917f81664f..425f4f191a 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -394,6 +394,9 @@ session.entropy_file = ; specified here to create the session id session.cache_limiter = nocache ; set to {nocache,private,public} to ; determine HTTP caching aspects session.cache_expire = 180 ; document expires after n minutes +session.use_trans_sid = 1 ; use transient sid support if enabled + ; by compiling with --enable-trans-sid + [MSSQL] ;extension=php_mssql.dll