[imp] IMP Session dropping instantly.

Ted M Harapat ted@mob.net
Sun, 4 Feb 2001 23:42:33 -0600 (CST)


Oh.. okay, that makes sense. I didn't even notice it not incrementing. My
bad, 100%. 

So now I've gone to the Admin FAQ and the only info I see is under "5.3.8
IMP logs me out for no apparent reason at all." which isn't quite it. But
I still double checked that... I know I copied -dist and not -optimized to
/usr/local/lib/php.ini. I've also double checked to see that localhost is
able to log on to IMAP in the hosts.deny/allow. I even telneted localhost
143 and issed the IMAP syntax to make sure my account can authenticate.
I checked a 2nd account in the same way. And that's all good and working. 

I've even reset the mysql username/password in the specified db to make
sure that I have those correct as defined in defaults.php3.

Is there something else I'm not seeing from the FAQ? 

-ted

On Sun, 4 Feb 2001, Chuck Hagenbuch wrote:

> Then sessions aren't working, and that's your problem. There's FAQ info on 
> this...
> 
> -chuck



>From max@the Date: Sun,  4 Feb 2001 22:53:23 -0800
Return-Path: <max@the-triumvirate.net>
Mailing-List: contact imp-help@lists.horde.org; run by ezmlm
Delivered-To: mailing list imp@lists.horde.org
Received: (qmail 29002 invoked from network); 5 Feb 2001 06:56:49 -0000
Received: from cx309195-b.santab1.ca.home.com (HELO zion.the-triumvirate.net) (24.21.86.136)
  by horde.org with SMTP; 5 Feb 2001 06:56:49 -0000
Received: (from http@localhost)
	by zion.the-triumvirate.net (8.10.2/8.10.2) id f156rOa30843
	for imp@lists.horde.org; Sun, 4 Feb 2001 22:53:24 -0800
X-Authentication-Warning: zion.the-triumvirate.net: http set sender to max@the-triumvirate.net using -f
Received: from 24.16.85.200 ( [24.16.85.200])
	as user max@imap.the-triumvirate.net by www.the-triumvirate.net with HTTP;
	Sun,  4 Feb 2001 22:53:23 -0800
Message-ID: <981356003.3a7e4de37c849@www.the-triumvirate.net>
Date: Sun,  4 Feb 2001 22:53:23 -0800
From: Max Kalika <max@the-triumvirate.net>
To: imp@lists.horde.org
References: <Pine.LNX.4.21.0102042331460.24078-100000@godfather.mob.net>
In-Reply-To: <Pine.LNX.4.21.0102042331460.24078-100000@godfather.mob.net>
MIME-Version: 1.0
Content-Type: text/plain
Content-Transfer-Encoding: 8bit
User-Agent: Internet Messaging Program (IMP) 2.3.7-cvs
X-Originating-IP: 24.16.85.200
Subject: Re: [imp] IMP Session dropping instantly.

Quoting Ted M Harapat <ted@mob.net>:

> Is there something else I'm not seeing from the FAQ? 

Well, it is possible that you have a problem thats not a FAQ.  To further debug 
this issue, try turning on your db server's logging mechanism and see if there 
are connections (and queries) being made when you reload the test.php3 page.  
With mysql all you need to do is start the server with -l or --log=file.  I 
imagine its something similar with other supported dbms.

--mk23