RE: Apache::Cookie

2003-06-04 Thread cap
sday, June 03, 2003 10:57 AM >To: [EMAIL PROTECTED] >Cc: Stas Bekman; modperl >Subject: RE: Apache::Cookie > > >On Tue, 2003-06-03 at 13:08, cap wrote: >> it works just fine in my app, and 'just fine' maybe all that i need. > >The point is, it shouldn't wo

RE: Apache::Cookie

2003-06-04 Thread cap
D] >Cc: Perrin Harkins; modperl >Subject: Re: Apache::Cookie > > >cap wrote: >> Well, here's what I have to do to get direct access to values from the >> original cookie hash: >> >> my $cookies = Apache::Cookie->fetch; >> my %hash = defined $co

RE: Apache::Cookie

2003-06-03 Thread cap
ginal Message- >From: Perrin Harkins [mailto:[EMAIL PROTECTED] >Sent: Monday, June 02, 2003 2:41 PM >To: [EMAIL PROTECTED] >Cc: modperl >Subject: Re: Apache::Cookie > > >On Mon, 2003-06-02 at 09:05, cap wrote: >> i have an application that uses CGI and sets the coo

RE: Apache::Cookie

2003-06-03 Thread cap
ject: Re: Apache::Cookie > > >Have you consulted the documentation? > >http://search.cpan.org/author/JIMW/libapreq-1.1/Cookie/Cookie.pm#value > > >cap wrote: >> i have an application that uses CGI and sets the cookie values >as a hashref. >> im then attempting t

Apache::Cookie

2003-06-02 Thread cap
i have an application that uses CGI and sets the cookie values as a hashref. im then attempting to retreive the values with Apache::Cookie with: $cookies = Apache::Cookie->fetch; $ccokies is a hashref so i should be able to get the individual values with: $cookies->{uid}; right? however, this