Re: redirecting and setting cookies with CGI.pm

2004-06-13 Thread Andrew Gaffney
Andrew Gaffney wrote: Is there a way to use redirect() *and* set cookies like with header()? Nevermind, I just added "-status=>'302 Found', -Location=>'http://somesite.com/somepage.html'" to my header() call. -- Andrew Gaffney Network Administrator Skyline Aeronautics, LLC. 636-357-1548 -- To uns

redirecting and setting cookies with CGI.pm

2004-06-13 Thread Andrew Gaffney
Is there a way to use redirect() *and* set cookies like with header()? -- Andrew Gaffney Network Administrator Skyline Aeronautics, LLC. 636-357-1548 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Setting cookies

2002-02-18 Thread Octavian Rasnita
Hi all, I just made a script which set cookies, and it works fine. But I tried to disable the cookies from my machine and if I open that page which set cookies, they are still set and read, even they are disabled. Do you have any idea why? Can't I disable the cookie for a local HTML document? O