Here is basically what I am trying to do:Auto insert the following metadate into the generated templated ASP page:Language = english, Author = (network user id)date modified = (todays date)Is there a way to read the user id (via cookies) at generate-time?I've tried several approaches and it seems that my perl code can not see any cookies on the users machine. Anyone know where can I find the data? Or am I taking the wrong approach?Thanks
Thanks for the reply. I added the following to my template file and nothing renders for the $user_name variable:my $user_name = $ENV{'IWUSER'};iwpt_output("user_name $user_name"); Any other ideas?Thanks!