|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
Odd session behaviour - plackup vs starmanI'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@... https://lists.sourceforge.net/lists/listinfo/mason-users |
|
|
Re: Odd session behaviour - plackup vs starmanHow is the session middleware configured?
On May 2, 2012, at 10:58 AM, Dane Buson wrote: > 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@... > https://lists.sourceforge.net/lists/listinfo/mason-users ------------------------------------------------------------------------------ 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@... https://lists.sourceforge.net/lists/listinfo/mason-users |
|
|
|
|
|
Re: Odd session behaviour - plackup vs starmanAh thanks! That makes tremendous sense.
On Thu, May 3, 2012 at 4:27 AM, Jonathan Swartz <swartz@...> wrote:
------------------------------------------------------------------------------ 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@... https://lists.sourceforge.net/lists/listinfo/mason-users |
| Free embeddable forum powered by Nabble | Forum Help |