Hi,

I'm having some strange udat persistence issues.  I have read through the 
previous threads on this and I'm attempting to implement those ideas, and 
also running into problems there.

I have attempted to set the session cookie timeout to 10 minutes and set 
the locking mechanism to NullLocker using the following directives in 
httpd.conf:

SetEnv EMBPERL_DEBUG 2369773
SetEnv EMBPERL_VIRTLOG /embperl/log
SetEnv EMBPERL_COOKIE_EXPIRES 10
SetEnv EMBPERL_SESSION_CLASSES "DBIStore NullLocker"

I've also tried using PerlSetEnv.

Despite this, %udat seems to disappear mysteriously at times.  When I click 
to a link on the same machine, in the same directory tree, none of the 
values of udat are available.

I've put some comments in HTML::Embperl.pm to see if it sees the 
environment variables I've set up, and it seems it does not.  Here's what 
it sees:

[647]SES:  EMBPERL_SESSION_CLASSES is
      ENV CONTAINS :
          GATEWAY_INTERFACE, CGI-Perl/1.1
          MOD_PERL, mod_perl/1.22
          PATH, 
/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin:/usr/local/sbin:/opt/bin:/usr/games:/usr/local/bin:.:/home/dba:/home/thoth/bin:/usr/local/pgsql/bin:/usr/local/bin:/usr/sbin:/sbin:/usr/local/apache/bin:/home/dba/bin:/home/dba/lib

What am I doing wrong?  I am relatively new to some of the more in-depth 
Apache configurations, so I may be making a simple error here.  Any ideas 
are appreciated!


steve

--
Steven D. Arnold          Que quiero sera           [EMAIL PROTECTED]
"We choose to go to the moon in this decade and do the other things, not
because they are easy, but because they are hard."    -- John F. Kennedy


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

Reply via email to