Hi,
> I have a page with several <form>fields on it and try to evaluate
> these fields on another page with %fdat (they are passed via
> post method). On that other page I use an "Execute" statement
> before I use %fdat. In most cases I get correct data, but
> sometimes %fdat contains data from previous requests to my
> page. This odd behaviour is no longer reproducable as soon as I
> delete the "Execute" statement.

sounds strange..., but %fdat is global, so anything you do inside the
executed page will also visible after the return of the Execute. How does
%fdat look inside the called page? ok or not?

> Is it possible that Execute leads to a different Apache child
> handling the request, which of course would have different data
> in %fdat?

No, Execute runs always in the same Apache child.

> Since I did use similar constructions many times before
> without any problems it is also very possible that I just don't
> see the obvious here, so could somebody please give me a hint?
>
> Btw: my embperl version is 1.3b2
>

Which version of mod_perl? Is mod_perl build as DSO?

Gerald



-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925151
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to