session_name problem ?

Xavier Benech benech@ondim.fr
Fri, 14 Sep 2001 20:24:13 +0200


Hi,

I'm using the following:
Horde: 1.3.5-cvs
IMP: 2.3.7-cvs
PHP: 4.0.6
with a POP3 server...

I got trouble making it running... It was connecting right to the POP3
server then failed.

Having a closer look, I found my problem was at the start of the
mailbox.php script when the IMP::setupSession was called for a second
time (first time in redirect.php through IMP::createSession)... It could
not find again the HTTP_SESSION_VARS, everything was empty...

It seems the problem is that IMP uses 'imp' as session name in some part
of the code, not taking attention to the horde setting
$conf['session_name']. When I set this variable to 'imp' in
conf/horde.php, my trouble disapeared and everything goes fine...

am I right ? was it really the problem ?

Xavier Benech.