]> granicus.if.org Git - php/commitdiff
MFH
authorYasuo Ohgaki <yohgaki@php.net>
Fri, 19 Jul 2002 09:47:06 +0000 (09:47 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Fri, 19 Jul 2002 09:47:06 +0000 (09:47 +0000)
@ Trans SID is disabled by default in php.ini

php.ini-dist
php.ini-recommended

index 1ee71daa29cb0b1bb36f9f7efde169c2089d8d31..96d871bacdbe05b6e616fb9b28c3b650a3947e5a 100644 (file)
@@ -745,8 +745,10 @@ session.cache_limiter = nocache
 ; Document expires after n minutes.
 session.cache_expire = 180
 
-; use transient sid support if enabled by compiling with --enable-trans-sid.
-session.use_trans_sid = 1
+; trans sid support is disabled by default.
+; Use of trans sid may risk your users security. It may not be
+; feasible to use this option for some sites. Use this option with caution.
+session.use_trans_sid = 0
 
 url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
 
index f166bc999cfcb5a59779a12dc604826f790a37ab..0d0ca0350c0ed15cb15cd880fbae53d665850ff8 100644 (file)
@@ -752,8 +752,10 @@ session.cache_limiter = nocache
 ; Document expires after n minutes.
 session.cache_expire = 180
 
-; use transient sid support if enabled by compiling with --enable-trans-sid.
-session.use_trans_sid = 1
+; trans sid support is disabled by default.
+; Use of trans sid may risk your users security and it may not be
+; feasible to use it for some sites. Use this option with caution.
+session.use_trans_sid = 0
 
 url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"