philip          Wed Jan 22 13:34:59 2003 EDT

  Modified files:              
    /phpdoc/en/reference/session/functions      session-start.xml 
  Log:
  Closing concern brought up by Oliver Hinckel.  session gets id from request 
  data, not just get or cookie.
  
  
Index: phpdoc/en/reference/session/functions/session-start.xml
diff -u phpdoc/en/reference/session/functions/session-start.xml:1.3 
phpdoc/en/reference/session/functions/session-start.xml:1.4
--- phpdoc/en/reference/session/functions/session-start.xml:1.3 Mon Sep 16 16:42:35 
2002
+++ phpdoc/en/reference/session/functions/session-start.xml     Wed Jan 22 13:34:59 
+2003
@@ -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



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

Reply via email to