Bill Platt wrote:
> Now, I am beginning to think that I have
> misunderstood the nature of using cookies.
> I am actually attempting to do so for the
> first time.
>
> When I fire the SetCookies procedure:
> &setCookie("user", "dbewley", $expDate, $path, $domain);
>
> Is this the only way it can
Now, I am beginning to think that I have
misunderstood the nature of using cookies.
I am actually attempting to do so for the
first time.
When I fire the SetCookies procedure:
&setCookie("user", "dbewley", $expDate, $path, $domain);
Is this the only way it can be done?
I thought perhaps