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: 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:/

RE: embperl syntaxes

2007-05-01 Thread Ben Kim
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. I'm on: Apache 2.0 mod_perl/2.0.2 Embperl 2.2.0 Ben

RE: embperl syntaxes

2007-05-01 Thread Ben Kim
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. Ben K. Developer http://benix.tamu.edu -

RE: embperl syntaxes

2007-04-27 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 > 2) The Simple DBI Example, > http://perl.apache.org/embperl/pod/intro/Intro.-page-4-.htm > Mainly yes, but is not supported in Embperl 2.