summaryrefslogtreecommitdiff
path: root/php.ini-optimized
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-09-04 22:22:16 +0000
committerSterling Hughes <sterling@php.net>2000-09-04 22:22:16 +0000
commitade2c31625b1956197504a3d406741f6ec1e5904 (patch)
tree7859c7db7e95217e947cfba1866e5afd383096cf /php.ini-optimized
parent9f86ff884fe62c9a5c25e65a30fc6d7aae702a25 (diff)
downloadphp-git-ade2c31625b1956197504a3d406741f6ec1e5904.tar.gz
Add the session.use_trans_sid option to php.ini file.
Diffstat (limited to 'php.ini-optimized')
-rw-r--r--php.ini-optimized3
1 files changed, 3 insertions, 0 deletions
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