[PHP-DOC] Fwd: [PHP-NOTES] note 20259 added to function.session-set-cookie-params

2002-03-27 Thread Andrew Lindeman

Is this correct?

--  Forwarded Message  --

Subject: [PHP-NOTES] note 20259 added to function.session-set-cookie-params
Date: 27 Mar 2002 22:28:56 -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]

FYI -- The function prototype in the source code of php-4.1.2 is:

void session_set_cookie_params(int lifetime [, string path [, string domain
 [, bool secure]]]);

(The secure flag is missing from the on-line manual as well as the php.ini
 example files shipped in the 4.1.2 release.) --
http://www.php.net/manual/en/function.session-set-cookie-params.php
http://master.php.net/manage/user-notes.php?action=edit+20259
http://master.php.net/manage/user-notes.php?action=delete+20259
http://master.php.net/manage/user-notes.php?action=reject+20259


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

---

-- 
Linux is obsolete
(Andrew Tanenbaum)



Re: [PHP-DOC] Fwd: [PHP-NOTES] note 20259 added to function.session-set-cookie-params

2002-03-27 Thread Friedhelm Betz


Hi

 Is this correct?

Yes, from source:
/* {{{ proto void session_set_cookie_params(int lifetime [, string path [, string 
domain [, bool secure]]])
   Set session cookie parameters */
PHP_FUNCTION(session_set_cookie_params)

also the statement for php.ini

see also http://zugeschaut-und-mitgebaut.de/php/function.session_set_cookie_params.html

Friedhelm

 --  Forwarded Message  --

 Subject: [PHP-NOTES] note 20259 added to function.session-set-cookie-params
 Date: 27 Mar 2002 22:28:56 -
 From: [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]

 FYI -- The function prototype in the source code of php-4.1.2 is:

 void session_set_cookie_params(int lifetime [, string path [, string domain
  [, bool secure]]]);

 (The secure flag is missing from the on-line manual as well as the php.ini
  example files shipped in the 4.1.2 release.) --
 http://www.php.net/manual/en/function.session-set-cookie-params.php
 http://master.php.net/manage/user-notes.php?action=edit+20259
 http://master.php.net/manage/user-notes.php?action=delete+20259
 http://master.php.net/manage/user-notes.php?action=reject+20259


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

 ---


/* {{{ proto void session_set_cookie_params(int lifetime [, string path [, string 
domain [, bool secure]]])
   Set session cookie parameters */
PHP_FUNCTION(session_set_cookie_params)


 Friedhelm