I have the following error when login Squirrel Mail.
You must be logged in to access this page.
I've checked that the system was not generating any cookie when I try to
login. I expect this is the cause of problem as squirrelmail need cookie.
However, I've verified cookie was enabled by running a .PHP test with the
following code and checked that the cookie file was actually created.
<?php
setcookie("Test", "test", time()+20);
>
I am using w2k server, IIS5, php 4.1.2 exe version, squirrel mail 1.2.5, and
IE5.5 browser.
Thank you very much.
Barry
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php