>
>     Data Missing
>
>     This document resulted from a POST operation and has expired from
>     the cache. If you wish you can repost the form data to recreate
>     the document by pressing the reload button.
>

The problem is that your browser didn't have cached the page content. One
possibility would be to use GET instead of POST if possible. Maybe it helps
if you use different URLs, but I am not sure. You can simply append a number
to the path, to fool the browser to think that there are different URLs.
Apache detected that extra info and put it into PATH_INFO e.g.

/path/script.epl/1
/path/script.epl/2
/path/script.epl/3

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 925131
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