As of now, to check to see if the cookie is set or not, i'm just doing something as simple as checking under 'Preferences' and 'View Cookies' in my browser's properties button. I've seen the cookies, that i set using Apache2::Cookie in the past, there.
I don't see them now, reloading the page doesn't seem to help either. any clues? --- "Kevin A. McGrail" <[EMAIL PROTECTED]> wrote: > You know that after you set a cookie you cannot > check for it's existence in > the same session. > > Set a cookie. Reload. Then check for cookie > existence. > > How are you checking that the cookie exists? One > good way is to simply > output the $ENV. > > foreach my $key (keys %ENV) { > print "$key -> $ENV{$key}<br>\n"; > } > > Regards, > KAM > > > > This does not set the cookie whatsoever, i tried > > $r->err_headers_out... still no luck. > > > > What am I doing wrong? is there something very > bovious > > i'm missing? > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com