SV: [imp] imp 3.0 - login throws back to login screen.

Joachim Wickman jwickman@tawi.fi
Wed, 13 Feb 2002 16:46:26 +0200


Thanks.

I had the original line
$conf['session_name'] = 'Horde';
changed it to
$conf['session_name'] = 'Webber';
and still the same problem

Any other ideas?

>Hi
>I have the same problem
>My test.php shows no problems
>And there is no /tmp/horde.log
>POP3 works ok from other clients and I have uncommented the lines in
registry.php
>I have my suspicions that it could be something with cookies or PHP
sessions, but can't find anything wrong.
>
>Any other ideas ?

I had the same problem a while back.
The cause of the problem on my side was that I used a space in the
session name. In horde/config/horde.php the value of the variable
$conf['session_name'] is not allowed to contain a space.

Hope that helps!