mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Closing concern brought up by Oliver Hinckel. session gets id from request
data, not just get or cookie. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113031 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
88efa2192f
commit
b5eddab1d6
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.3 $ -->
|
||||
<!-- $Revision: 1.4 $ -->
|
||||
<!-- splitted from ./en/functions/session.xml, last change in rev 1.2 -->
|
||||
<refentry id="function.session-start">
|
||||
<refnamediv>
|
||||
|
@ -13,9 +13,9 @@
|
|||
<void/>
|
||||
</methodsynopsis>
|
||||
<simpara>
|
||||
<function>session_start</function> creates a session (or resumes
|
||||
the current one based on the session id being passed via a GET
|
||||
variable or a cookie).
|
||||
<function>session_start</function> creates a session or resumes
|
||||
the current one based on the current session id that's being
|
||||
passed via a request, such as GET, POST, or a cookie.
|
||||
</simpara>
|
||||
<simpara>
|
||||
If you want to use a named session, you must call
|
||||
|
|
Loading…
Reference in a new issue