Squirrelmail is installed on several machines in our department, but it
is used infrequently.  The last time I used it was in March when it
worked fine; a few days ago, I was unable to login on any installation.
The imap setup is fine.

One setup is sid with
squirrelmail       1.2.6-1
apache             1.3.24-3
php4               4.2.1-2
uw-imapd-ssl   2001adebian-6

while the others are woody based:
squirrelmail      1.2.5-1
apache            1.3.24-3
php4              4.1.2-4
uw-imapd-ssl      2001adebian-6

The symptoms are the same on all systems.

The login page appears, enter login data and submit.

The data is passed to redirect.php.  Below is a small excerpt from the
(near) beginning of the file

It gets passed the session_set_cookie_params (0, $base_uri);
but dies at the session_start(); invocation.

Any ideas?

Thanks

Tom


/* Excerpt from src/redirect.php */
$base_uri = sqm_baseuri();

header('Pragma: no-cache');
$location = get_location();


session_set_cookie_params (0, $base_uri);
logout_error( _("I am here") ); /* crude debugging */
session_start();




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to