mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Mention that $_SESSION does not implicitly call session_start() like session_register() does.
This deals with bug #19068 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112344 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
fdcb9351b7
commit
dbd8a08969
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.session-register">
|
||||
<refnamediv>
|
||||
|
@ -56,7 +56,8 @@
|
|||
<para>
|
||||
If <function>session_start</function> was not called before this function
|
||||
is called, an implicit call to <function>session_start</function> with no
|
||||
parameters will be made.
|
||||
parameters will be made. <varname>$_SESSION</varname> does not mimick
|
||||
this behavior and requires <function>session_start</function> before use.
|
||||
</para>
|
||||
<para>
|
||||
You can also create a session variable by simply setting the
|
||||
|
|
Loading…
Reference in a new issue