Reply to Re: how to declare a cookie that will destroy after browser is closed
Posted by salvadorvp on 01/31/07 19:36
> Hi Amar,
>
> Change in php.ini, or use ini_set().
> Look for:
>
> ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
> session.cookie_lifetime = 0
>
> Regards,
> Erwin Moller
Isn't this called a session cookie (vs. a regular cookie)?