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.