Re: What could prevent a cookie from being set?

2004-05-07 Thread Ingo Weiss
Thanks! I used the terminal to ssh into my server and run the script from the command line. This is the output: " Set-Cookie: ART635=iweiss; path=/; expires=Fri, 07-May-2004 15:28:27 GMT Date: Fri, 07 May 2004 15:18:27 GMT Content-Type: text/html; charset=ISO-8859-1 http://www.w3.org/TR/xhtml1

Re: What could prevent a cookie from being set?

2004-05-07 Thread Wiggins d Anconia
> Hi all, > > I am using CGI to set a cookie: > > > # create cookie: > $packed_cookie = $query->cookie(-NAME => "cookieName", > -VALUE => "cookieValue", > -EXPIRES => "+10m" ); > > # set cookie:

What could prevent a cookie from being set?

2004-05-07 Thread Ingo Weiss
Hi all, I am using CGI to set a cookie: # create cookie: $packed_cookie = $query->cookie(-NAME => "cookieName", -VALUE => "cookieValue", -EXPIRES => "+10m" ); # set cookie: print $