Please remember to include the list on replies, this information may be useful to others.
> The save.handler is set to 'file' like you said in the php.ini file & I > did not have an Optimizer installed. Last night I also installed the most > recent version of ZendOptimizer b/c I read a post somewhere that said it > had corrected the problem. It hasn't either :( > > Any other Iteas? I can say without a doubt, it's not SquirrelMail doing it. It is something in your PHP install or configuration in your PHP setup somewhere that is causing the issue. You should try creating a test file under the SquirrelMail directory, call it testme.php, in the file, put the code: <?php phpinfo(); ?> Save the file, and open in your browser, like: http://www.yourhost.tld/squirrelmail/testme.php Verify all the settings for both global and local variables, make sure they are correctly set on both columns. If one shows up incorrectly, verify with your php.ini file, and your apache configuration files. If they appear okay, and yet your install of SquirrelMail still reports an issue with the session.save_handler being set to user, you may need to reinstall your php again (remember to restart apache after any changes to php or apache configuration files). -- Jonathan Angliss <[EMAIL PROTECTED]> ------------------------------------------------------- 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_ide95&alloc_id396&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)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
