>
> 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?
>
Session data is store by Apache::Session in the store you configure via
EMBPERL_SESSION_CLASSES. Use DBI and one centralized database, then you can
access the session data from every websever host.
> 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?
>
Look at "perldoc Apache::Session". You don't need a key for every field,
Apache::Session uses STorable to store all data in one Text field.
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]