I'm having trouble where things I store in session work in Plackup, but not
Starman.

I'm getting an undefined for my $myid variable in Starman but not in
Plackup.

Code:



<%init>
        my $session = $m->req->session;
        my $myid = $session->{myid};
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to