Re: udat data not consistent

2001-06-19 Thread Gerald Richter
> > Here is a part of the httpd.config: > I don't see any setup for the session managenet in your config. Do have configured EMBPERL_SESSION_CLASSES and EMBPERL_SESSION_ARGS ? If, yes how, if no we have found the reason why it can't work. Gerald -

udat data not consistent

2001-06-19 Thread Jim Hamer
I want udat to work correctly. The server I am working on has this configuration. Server: Apache/1.3.12 (Unix) (Red Hat/Linux) mod_perl/1.24 Embperl 1.3b3 My code looks like this: if (exists $fdat{login}) { %udat = {}; %udat = (login => $login, loginPass => $loginPass); } els