[imp] IMP 3.0 troubles with logging in
Adi Sieker
adi-ml@living-source.com
Mon, 21 Jan 2002 16:11:29 +0100
Hi all,
On Mon, 21 Jan 2002 10:13:52 +0100, Adi Sieker
<adi-ml@living-source.com> wrote:
[rubbish snipped]
OK, wht I posted before was a load of bollocks. :(( Sorry
The reason I was getting the error "Your Mail session has expired.
Please login again." when logging into IMP was that
$conf['session_name'] contained a blank.
If was set to
$conf['session_name'] ='some thing';
after changing this to
$conf['session_name'] ='something';
everything worked like a charm.
Maybe it's worth adding a check to pushApp in horde/lib/Pegistry.php
or a
$GLOBALS['conf']['session_name'] =
str_replace(" ", "_", $GLOBALS['conf']['session_name']);
Regards
Adi