From a68d8f548e8c3fb25fe208fbe31bba3cb8893f40 Mon Sep 17 00:00:00 2001 From: Damien Seguy Date: Tue, 3 Jul 2001 06:58:35 +0000 Subject: [PATCH] Turned options into links to config.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50509 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/session.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/functions/session.xml b/functions/session.xml index bd96e85bd4..3107178f6f 100644 --- a/functions/session.xml +++ b/functions/session.xml @@ -125,7 +125,8 @@ $count++; PHP is capable of doing this transparently when compiled with - --enable-trans-sid. If you enable this option, + + --enable-trans-sid. If you enable this option, relative URIs will be changed to contain the session id automatically. Alternatively, you can use the constant SID which is defined, if the client did not @@ -157,7 +158,8 @@ To continue, <A HREF="nextpage.php?<?=SID?>">click here</A> The <?=SID?> is not necessary, if - --enable-trans-sid was used to compile PHP. + + --enable-trans-sid was used to compile PHP. @@ -309,7 +311,9 @@ To continue, <A HREF="nextpage.php?<?=SID?>">click here</A> session.use_trans_sid whether transient sid support - is enabled or not if enabled by compiling with --enable-trans-sid. + is enabled or not if enabled by compiling with + + --enable-trans-sid. Defaults to 1 (enabled).