On Wed, Apr 27, 2011 at 8:52 PM, Rick Dwyer <rpdw...@earthlink.net> wrote:

> The following did the trick... is there any reason I should not use it?
>
> $name="mysession";
> setcookie($name);
>
>  --Rick


Only if you're OCD, since the cookie is still technically there, just empty.
Without setting the expire arg, the browser will keep it until closed.
-- 
--Zootboy

Sent from my PC.

Reply via email to