After upgrading from 2.14 to 2.15, session variables cannot
be
updated. The sessions are stored with Apache::Session.
Changing the
backend session store makes no difference. Following are
some code
snippets that show how I pass the session vars to template
toolkit.
Downgrading to 2.14 fixed the problem. 2.15 was installed
on freebsd
via the ports collection.
$vars = {
session => \%{$req->},
params => \%{$req->},
};
$AdminGW110::template->process($req->,
$vars, $r);
_______________________________________________
templates mailing list
templates template-toolkit.org
http://lists.template-toolkit.org/mailman/listinfo/t
emplates
|