Thanks for the help. I'm already using cookies for authentication, so addinganother 
won't hurt. Just a few questions.

My web servers are load balanced. Any problems with %udat getting information
back if the new document is loaded on a different server? Or does it store the
hash in the cookie?

What would be the advantages/disadvantages to using the DBI session handling of
%udat?

I'm already investigation the Embperl/Apache::Session DBI session handling. I
can't seem to find any information of how the "session" table it be set up. Do
I have to create a field for key I use in %udat?

Thanks,
John


On Fri, 15 Sep 2000, Gerald Richter wrote:
> >
> > 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
-- 
John Walstra                                   CNET Networks / Apollo Solutions
Senior Software Developer                      300 Park Blvd, Suite 105
mailto:[EMAIL PROTECTED]                          Itasca, IL 60143-4914

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

Reply via email to