Hi Peter,
Peter Crowther wrote: > There was a similar thread a couple of months back. The conclusion of > that thread was that you cannot clone the original or create a new > request, and that there are sound architectural reasons for this. > Instead, you'll have to do it the "proper" way - store the data you need > from the original request in some appropriate manner, then handle the > new request using that stored data when it comes in. > I guess I'll have to use the "proper" way, by writing the saved parameters in the response and redirecting the user to my location. Regards --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
