>
> What I want is to have the data that is stored in fdat, from the first
document,
> be passed to the second document via the redirect. Is this possible?
>
You can append them as query string to the redirect URL
e.g. to pass name
$req_rec->header_out("Location" => "second.epl?name=$fdat{name}");
$req_rec->status(REDIRECT);
or you can use the session management and store them in %udat, but this will
introduce cookies.
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]