[imp] Still Logging Out!

root root@student.wqeic.ac.uk
Tue, 20 Nov 2001 16:00:50 +0000


On Tue, Nov 20, 2001 at 07:37:46AM -0600, David Lambrix wrote:
> 
> After the advice of members of this list, I reinstalled PHPLIB. I am
> still having the exact same problem. You can login just fine, but try
> and do anything else and you're whisked away to the login screen again,
> no objections noted.
> 
Try running this - it worked for me when I had the symptoms you're
describing:

#!/bin/bash

mysql -u hordemgr --password=whateveryourpasswordis <<-EOF
use horde;
delete from active_sessions;
EOF


Apologies if you're not using MySQL or bash.

HTH

Mark Herdman