|
From: <mes...@26...> - 2005-02-08 00:35:47
|
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. > |