[Mpls-pm] Sharing session data between Mason and PHP

Dave Rolsky autarch at urth.org
Fri Nov 18 17:05:11 PST 2005


On Fri, 18 Nov 2005, Dave Dash wrote:

> We use Mason primarily for some of our sites, but there are a few
> applications that run using PHP.
>
> I'm not 100% familiar with how Mason does or can do sessions, I just know we
> have some crazy %session hash tied into Apache::Session somehow that does
> what we need it to.
>
> What I'd like to do is be able to view a few variables that I set in Mason
> in PHP's $_SESSION superglobal. THis seems theoretically possible. I know
> when I create cookies using Mason (or rather CGI::Cookie I think) those
> values get stored somehow and thenw hen I var_dump $_SESSION I can see them.

This might be what you want: 
http://search.cpan.org/~miyagawa/PHP-Session-0.26/


-dave

/*===================================================
VegGuide.Org                        www.BookIRead.com
Your guide to all that's veg.       My book blog
===================================================*/


More information about the Mpls-pm mailing list