different Embperl_Cookie_Expires for different virtual hosts?

2006-02-28 Thread RobertCZ
Hi, can I set Embperl_Cookie_Expires per-virtual host? I don't want any problem with my main application but need to experiment on other vhosts... Thanks. - Robert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Re: object life

2006-02-28 Thread Martin Moss
Hi Daniel, I hope this helps, I've had to make some assumptions, so please feel free to correct me.. Firstly, the bad news. > Is there no way to turn that 'off' ? No:-) (none that I know of that are actually worth it) I think you have a fundamental problem that cannot be solved without some r

RE: Re: object life

2006-02-28 Thread Hall, Philippe
My understanding is that modules are kept in a namespace determined by package name. The solution is to name and call your modules separately using a different namespace, ie: Use Project1::db; And Use Project2::db; Also, I would recommend using startup.pl to load your packages before there i

Re: Re: Re: object life

2006-02-28 Thread Daniel
On Tue, Feb 28, 2006 at 06:36:33PM +1100, Kathryn Andersen wrote: > On Mon, Feb 27, 2006 at 09:53:05PM -0800, Daniel wrote: > > has noone bumped into this? I think apache for speeds sake is trying to > > load the classes and keep them in memory. > > > > Is there no way to turn that 'off' ? > > Do

Re: RE: Re: object life

2006-02-28 Thread Daniel
On Tue, Feb 28, 2006 at 12:59:50PM -0500, Hall, Philippe wrote: > My understanding is that modules are kept in a namespace determined by > package name. The solution is to name and call your modules separately > using a different namespace, ie: > > Use Project1::db; > > And > > Use Project2::d