From 14d1740be92cc22d50cdf052e56d975daeeaa5b8 Mon Sep 17 00:00:00 2001 From: Friedhelm Betz Date: Thu, 10 Oct 2002 12:00:02 +0000 Subject: [PATCH] example cleanup, mentioned by goba git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@99135 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/session/reference.xml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/reference/session/reference.xml b/reference/session/reference.xml index af4f34c6a1..ea48ff682c 100644 --- a/reference/session/reference.xml +++ b/reference/session/reference.xml @@ -1,5 +1,5 @@ - + Session handling functions Sessions @@ -326,13 +326,7 @@ else { } ?> -Hello visitor, you have seen this page times.

; - - ( can be used if short tag is enabled) -# is necessary to preserve the session id -# in the case that the user has disabled cookies -?> +Hello visitor, you have seen this page times.

To continue, click here ]]> @@ -340,6 +334,11 @@ To continue, click here + The <?php echo SID?> + (<?=SID?> can be used if + short_open_tag is enabled) is + necessary to preserve the session id in the case that the user has + disabled cookies. The <?=SID?> is not necessary, if --enable-trans-sid was used to compile PHP.