> So I changed src/global.php as shown below. And now I can log in.
[snip]
> $cookie_params = session_get_cookie_params();
> setcookie(session_name(), '', time() - 5, $cookie_params['path'],
> $cookie_params['domain']);
> setcookie('username','',time() - 5,$base_uri);
> setcookie('key','',time() - 5,$base_uri);
I cannot apply these changes. Although they seem logically correct, as
soon as I apply them, it takes two login attempts to get in, and when
signing out and returning to the login screen, I get the message you get
when the above code is not there. So it'd seem we're stuck in a slight
cross-ways. If I have the above, mine breaks, if you don't have the
above... yours breaks. Out of curiousity, what browser are you using
whilst working on this? Have you tried another version? I personally
have tried Phoenix (a mozilla, rather cut down), IE, and Galeon.
--
Jonathan Angliss
([EMAIL PROTECTED])
-------------------------------------------------------
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users