Adi wrote:
> 
> I suppose I could do it all through an Application->{SessionID} structure,
> but then I wouldn't be using the Session object at all.  And I do have some
> locking going on, which would make this very unwise.  There could be serious
> bottleneck if everyone is just using Application, since Application->Lock
> locks the whole shebang.
> 
> >
> > > my $sessobj = $Application->Get_Session("87c6039a20a50a01000a054b547add4b");
> > > print $sessobj->{'foo'};
> > >
> > > That way I wouldn't have to go through all my code adding Session data to
> > > Application. :)  How hard would implementing such a method be?
> > >

I have added an $Application->GetSession($session_id) API
extension to Apache::ASP.  I'll send you my latest dev version
in a separate email.

-- Joshua
_________________________________________________________________
Joshua Chamas                           Chamas Enterprises Inc.
NODEWORKS >> free web link monitoring   Huntington Beach, CA  USA 
http://www.nodeworks.com                1-714-625-4051

Reply via email to