Session trouble in 2.07b

2002-04-09 Thread Aaron Johnson
I am attempting to move my development server to Embperl 2.07b and I have gotten everything working it seems except for the sessions. Should it still print a message at server start indicating that Session handling was enabled? How can I verify sessions are enabled? Aaron Johnson -

Re: Re[2]: Vars in @param not being undefined

2002-04-09 Thread Gerald Richter
> > I have a persistent object module that saves the data to disk in the > DESTROY method of the class. > > I'm using EmbperlObject. In a normal page page I call: > Execute('caixa_processar_carrinho.epl', $loja, $carrinho); > > This page do some calculations and use the 2 objects passed in @param.

Re: Chaining Modules in with embperl

2002-04-09 Thread Gerald Richter
> > If I do it like this, then I need to embed in the individual pages > > [- use MYMODULE -] > > and then run that code? I need this to work on a whole > subdirectory which is a virtual host. > You could put this code in a mod_perl handler, e.g. in your httpd.conf say PerlHandler MyModule ;

Re: Chaining Modules in with embperl

2002-04-09 Thread david
Thanks If I do it like this, then I need to embed in the individual pages [- use MYMODULE -] and then run that code? I need this to work on a whole subdirectory which is a virtual host. David > Hi, > > I don't have used EmbperlChain on my own, so I can't tell you what's wrong, > but you c

Re[2]: Vars in @param not being undefined

2002-04-09 Thread Luiz Fernando B. Ribeiro
Olá Gerald, Resposta a sua mensagem de terça-feira, 9 de abril de 2002: GR> Hi, >> >> The @param array should not be cleaned automatically after the >> end of the request? >> GR> Normaly it should... GR> Can you provide a small example that shows exactly what you are doing when GR> things