Re: cookies as hidden files

2005-09-16 Thread Denzil Kruse
I've spent the morning trying to reproduce it on my machine and my brothers, and can't seem to do it. It must have been some kind of coincidence or fluke. Thanks for your help everyone. I'll let you know if I ever figure it out. Denzil --- Bob Showalter <[EMAIL PROTECTED]> wrote: > Whatever p

Re: cookies as hidden files

2005-09-16 Thread Bob Showalter
Denzil Kruse wrote: Well, this is what I witnessed. I'm using a windows computer at home. It is configured to display hidden files. I have a red hat linux server off who knows where that hosts my site. I set up a perl script to set and fetch cookies, and it does so correctly on my computer.

Re: cookies as hidden files

2005-09-16 Thread Denzil Kruse
--- Sara <[EMAIL PROTECTED]> wrote: > 1. Are we setting up the proper headers? > > use CGI; > my $q = new CGI; > > print $q->header(-cookie=>$cookie); I think so. I did it this way: my $cookie = new CGI::Cookie(-name=>'name', -value=>"$name",

Re: cookies as hidden files

2005-09-16 Thread Denzil Kruse
Well, this is what I witnessed. I'm using a windows computer at home. It is configured to display hidden files. I have a red hat linux server off who knows where that hosts my site. I set up a perl script to set and fetch cookies, and it does so correctly on my computer. But, I went over to a

Re: cookies as hidden files

2005-09-16 Thread Sara
window for fresh headers. I have never experienced HIDDEN cookies, new phenomenon for me atleast. HTH, Sara. - Original Message - From: "Denzil Kruse" <[EMAIL PROTECTED]> To: Sent: Friday, September 16, 2005 9:08 AM Subject: cookies as hidden files Hi all, I r

Re: cookies as hidden files

2005-09-16 Thread Sean Davis
On 9/16/05 12:08 AM, "Denzil Kruse" <[EMAIL PROTECTED]> wrote: > Hi all, > > I read through the docs for CGI::Cookie and learned > how to set a cookie. I do it with line: > > my $cookie = new CGI::Cookie(-name=>'name', >-value=>"$name", >

cookies as hidden files

2005-09-15 Thread Denzil Kruse
Hi all, I read through the docs for CGI::Cookie and learned how to set a cookie. I do it with line: my $cookie = new CGI::Cookie(-name=>'name', -value=>"$name", -expires=>'+6M'); But, I've found out that when IE creates the cookie, it cr