[rt-users] Saving stuff in the session?

Paul Tomblin ptomblin at xcski.com
Fri Jul 20 18:07:53 EDT 2012


I have a couple of web pages that are being installed as an extension
(along with Scrips and Actions etc).  I want to pass information from one
part of the web interface to another part of the web interface.  I thought
of using the session, having the mason code setting $session{'Clients'} =
"testing" and retrieving it in another mason file using
$RT::Logger->debug($session{'Clients'});, but it always giving me the error
"Use of uninitialized value $HTML::Mason::Commands::session{"Clients"}" in
my log file.  Is there another way of storing things in the session?

-- 
http://www.linkedin.com/in/paultomblin
http://careers.stackoverflow.com/ptomblin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bestpractical.com/pipermail/rt-users/attachments/20120720/ca089184/attachment.htm>


More information about the rt-users mailing list