> I'm using SetCookie with php3 (3.0.1) and am wondering how to make
> a cookie permanent. Right now the cookies I set stay in the browser
> as long as it's open, but when I close it the cookie does _not_
> appear in cookies.txt, and I have to send it again when the browser
> starts up. Is there a way to make this permanent?
>
> The browser in question is Netscape 3.0x under two different Unixes.
You can't make it permanent, but you can set an expiry date far in the
future. See the SetCookie() documentation.