> +    <note>
> +     <para>
> +     Please note when working with sessions that a record of a session
> +     is not created until a variable has been registered using the
> +     <function>session_register</function> function. This holds true
> +     regardless of if a session has been started using the
<function>session_start</function>
> +     function.
>       </para>
>      </note>

This note is incorrect, as you can also register a session variable
by adding a new key into $_SESSION. So this note should be extended
(or it would be better to have a common place where variable
registration methods are described).

Goba



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to