>From the mason devel Manual we see:
$m, the Mason request object, provides an analogous API for Mason. Almost
all Mason features not activated by syntactic tags are accessed via $m
methods.
But looking under "HTML::Mason::Request - Mason Request Class" there is no
reference to $m-&
Does anyone know what $m->session pertains to. ie. Is it part of a mod_perl
or mason package.
I am attempting to run this command on a site using mod_perl2, Apache2 and
Mason 1.37 but keep getting an error:
Can't locate object method "session" via package
"HTML::Mason::Req