RE: RE: embperl syntaxes

2007-05-03 Thread Gerald Richter - ECOS GmbH
> >> Are these still valid? > >> 1) multiple domain cookies > >> $http_headers_out{'Set-Cookie'} = ['name=cook1;value=2;', > >> 'name=cook2;value=b'] ; > > Yes > > I can only get the second (or the last) cookie when I do > that. Is there some environment setting affecting this? Thanks. > No, t

RE: How does Embperl work with different Apache2 MPM models?

2007-05-03 Thread Gerald Richter - ECOS GmbH
Hi, > > In short, the user states embperl only works with the Prefork > Apache MPM. I have only used this MPM (and not the other > ones, particularly the ones based on threading) - and this is > because only the Prefork one works reliably with mod_perl > (and much of my code is mod_perl). How

RE: embperl syntaxes

2007-05-03 Thread Ben Kim
Are these still valid? 1) multiple domain cookies $http_headers_out{'Set-Cookie'} = ['name=cook1;value=2;', 'name=cook2;value=b'] ; Yes I can only get the second (or the last) cookie when I do that. Is there some environment setting affecting this? Thanks. Regards, Ben K. Developer http:/