A little more info about the cookies. Two cookies are set: key and squirrelmail_language. Is 'key' the session cookie?

I have set up session.save_handler to files, and now I can access the login page.

However, I now have another issue: "You must be logged in to access this page."
As adviced by the FAQ and list archive, I double-checked the cookies parameters, but there's no problem on this side (cookies are accepted by my browser). The user is valid, and I can log in using another imap client. Actually, it seems to connect and disconnect just after, as seen in mail.log:


simap: imap service init from 127.0.0.1
simap: Login user=xxxxx host=localhost [127.0.0.1]
simap: Logout user=xxxxx host=localhost [127.0.0.1]

Paul missed it... where you have "user" it should read "files". Your
session.save_handler is set to "user" when SquirrelMail requires "files".
Check in your php.ini file, and make sure it is set to files, or use an
apache configuration to change it so that the SquirrelMail directory is
using files.




------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to