[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: PHP cookies



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 <rweir@ertius.org>				http://ertius.org/

Attachment: pgp5YMMXZvIzH.pgp
Description: PGP signature


Reply to: