Re: mod_perl newbie gotcha

2007-11-22 Thread Gunnar Hjalmarsson
[EMAIL PROTECTED] wrote: On Nov 20, 11:52 pm, [EMAIL PROTECTED] (Gunnar Hjalmarsson) wrote: [EMAIL PROTECTED] wrote: The problem is that after the first successful send/receive, all subsequent executions contain the same initial data: the parameters never get reset with 'newer' data. I wasn't

Re: mod_perl newbie gotcha

2007-11-22 Thread evil...@gmail.com
On Nov 20, 11:52 pm, [EMAIL PROTECTED] (Gunnar Hjalmarsson) wrote: > [EMAIL PROTECTED] wrote: > > The problem is that after the first successful send/receive, all > > subsequent executions contain the same initial data: the parameters > > never get reset with 'newer' data. > > I wasn't able to repr