|
From: Dan H. <dha...@st...> - 2002-05-09 13:27:02
|
> I am using the UW-IMAP server successfully. > When trying to login to SquirrelMail, I get > this error message: > > You must be logged in to access this page. > > I tried "user" and "us...@do..." just to > be sure I was not using the wrong login info. Do a phpinfo to check that session.use_cookies is set to ON. Without it you will get that problem. If you dont know how to do a phpinfo, just put the following into a file called "phpinfo.php" and goto it into a web browser: <?php phpinfo(); ?> If its set to off, try placing a .htaccess file in the same directory and adding this line: php_flag session.use_cookies On If that doesnt work - time to beg your host to modify his apache configuration to allow you to over-ride php settings (or to switch it on in the master file). -- Dan Hardiker [dha...@st...] ADAM Software & Systems Engineer |