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::Request::ApacheHandler" at /home/mc2/public_html/autohandler line 404. *404:* if ($m->session->{textonly} eq "on") { Its from code used on a website Im trying to relocate to a new server. Any indications would be helpful. Thanks Darragh