On Thu, Mar 06, 2003 at 02:38:54PM -0800, Rus Foster wrote:
> Hi All,
>  I've just installed php but am finding that its not sending cookies to
> the browser. Is there something I've got to turn on in php.ini?

Looking through /etc/php4/apache/php.ini, I see these options:
=======================================================================
; Whether to use cookies.
session.use_cookies = 1

; Name of the session (used as cookie name).
session.name = PHPSESSID

; Initialize session on request startup.
session.auto_start = 0
=======================================================================
Played with them?

-- 
Rob Weir <[EMAIL PROTECTED]>                            http://ertius.org/

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to