Where is the column?!? :P

I am currently experiment with overriding
Template::Service::Apache::headers() ... i'll let
you know how it goes.

On a related note, i tried
Template::Plugin::Apache::SessionManager but
couldn't get it to work. I did get the mod_perl
example listed in the Apache::SessionManager to
work, by the way,  but not the Template plugin
version ... besides, it didn't play nice with
tpage which complained about Apache not being
loaded. Makes sense, but i don't see an immediate
work around.

Thanks for the quick reply, i can go to sleep
now. :)

jeffa


--- "Randal L. Schwartz" <[EMAIL PROTECTED]>
wrote:

> You can't set a header from the body.  You can
> set it only from the
> header, and Apache::Template doesn't give any
> way to add additional
> headers.  You'll need to write your own
> mod_perl handler class, perhaps
> derived from Apache::Template (I do that).
>
> >>>>> "Jeff" == Jeff Anderson
> <[EMAIL PROTECTED]> writes:
> 
> Jeff> The FAQ shows how to retrieve cookies:
> Jeff> [% USE CGI %]
> Jeff> <p>The value is [%
> CGI.cookie('cookie_name') |
> Jeff> html %]
> 
> Jeff> How do you set a value? I'd really like
> to be
> Jeff> able to set the cookie inside the
> template
> Jeff> instead of a mod_perl handler (i am using
> Jeff> Apache::Template), by the way.
> 
> -- 
> Randal L. Schwartz - Stonehenge Consulting
> Services, Inc. - +1 503 777 0095
> <[EMAIL PROTECTED]>
> <URL:http://www.stonehenge.com/merlyn/>
> Perl/Unix/security consulting, Technical
> writing, Comedy, etc. etc.
> See PerlTraining.Stonehenge.com for onsite and
> open-enrollment Perl training!


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to