]> granicus.if.org Git - php/commitdiff
Add the session.use_trans_sid option to php.ini file.
authorSterling Hughes <sterling@php.net>
Mon, 4 Sep 2000 22:22:16 +0000 (22:22 +0000)
committerSterling Hughes <sterling@php.net>
Mon, 4 Sep 2000 22:22:16 +0000 (22:22 +0000)
php.ini-dist
php.ini-optimized
php.ini-recommended

index e6c6190478aba960c5d3ab136b1d5fdb5dd2fcf9..39228fc51121b69316a60fb68aa7eee4c9d1cc46 100644 (file)
@@ -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
index 917f81664f4fac9b8f21be2f26faaaccbeadca87..425f4f191adb197fe6188baed53e07d7309129b8 100644 (file)
@@ -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
index 917f81664f4fac9b8f21be2f26faaaccbeadca87..425f4f191adb197fe6188baed53e07d7309129b8 100644 (file)
@@ -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