>[Tue Jan 14 10:52:53 2003] [error] [24539]ERR:  24:  Error in Perl code:
Permission denied
> at /usr/lib/perl5/site_perl/5.6.1/Apache/Session/Lock/Semaphore.pm line
92.

The user Apache runs as has no access to the semaphore. Use

ipcs

to show all sempahores and

ipcrm

to remove the sempahore of Apache::Session. Apache::Session will recreate it
with correct permissions.


>(perhaps you forgot to load "Embperl::Session"?) at
/usr/lib/perl5/site_perl/5.6.1/i386-linux/Embperl/Object.pm line 130.

Did you load Embperl::Session somewhere. If not do it


>The odd thing is that %udat works for a little while when using the old
method.
>But after a couple minutes of inactivity, values stored in %udat are gone.

It works as long as you hit the same Apache child.That's normal behaviour.

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------



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

Reply via email to