Jeff Armstrong wrote:
> 
> Revered Chefs,
> 
> Please forgive a mere mod_perl kitchen-hand, undergoing early cookie
> training... I have the following cookie code, but no cookies come
> back when I refresh, and I don't see any $HTTP_COOKIE in %ENV.
> $cookies ends up as a hash ref pointing to an empty hash.
> 

your approach seems a bit wrong.  try looking over these two recipes

http://www.modperlcookbook.org/code/ch03/Cookbook/GetCookie.pm
http://www.modperlcookbook.org/code/ch03/Cookbook/SetCookie.pm

HTH

--Geoff

Reply via email to