>
> [-
> $req_rec->header_out("Set-Cookie" => "name1=value1");
> $req_rec->header_out("Set-Cookie" => "name2=value2");
> $req_rec->header_out("Set-Cookie" => "name3=value3");
> -]
>
header_out only set can set one http header with the same name. You have to
use the table API and the add method. S
>
> 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 o
> 1. What is the difference between NullLocker and SysVSemaphoreLocker and
is
> there anyway to fix this mysterious disappearing of sessions with
> NullLocker?
>
NullLocker does not any locking at all, SysVSemaphoreLocker serialize
session access.
> 2. Can I go back to SysVSemaphoreLocker which