k_berov wrote:
Hi, boys!
After server restart we get the folowing error:
the server OS is Linux . We have there two sites using Apache::ASP;
The one is using DB_File for storing sessions state the other - SDBM_File
The interesting is that the one wich uses DB_File gives this error.
The site trys to use sdbm when I tell it to use DB_File.
What am I doing Wrong?

Make sure that each site sets a different StateDir setting, or you will end up mixing file formats of SDBM_File & DB_File which can cause problems.

Regards,

Josh

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



Reply via email to