Re: [Phplib-users] "security stop" messages
Brought to you by:
nhruby,
richardarcher
|
From: John D. <jpd...@cc...> - 2002-03-19 19:18:03
|
Layne Weathers wrote: > > > I'm using the phplib version that comes with IMP 2.2.7. My users are > > complaining about bogus "security stop" messages. What do I need to > > tune to fix this? Is my max_sessions too small? > > PHPLib does not have any "security stop" messages that I have seen, so this You should read ct_shm.inc again. I assume this was intended to prevent session stealing. > must be coming from IMP or Horde. Although the problem might stem from > PHPLib, the users of the Horde and IMP software packages might have a better > idea on this. > > The PHPLib files in Horde 1.2.7 are 2-3 years old. Download PHPLib 7.4pre1 > from SourceForge and replace the files in Horde's phplib directory (except > local.inc and prepend.php3) with the files from the new PHPLib. If that does I'll try this, but I suspect the answer lies in tuning the SHM parameters in local.inc. > not solve your problem you will have to investigate Horde and IMP. > > Layne Weathers > Ifworld Inc. |