My best guess is that session support is not configured properly in PHP 5. You can check this with a simple php script containing the following. <? session_start(); phpinfo(); ?>
Look to make sure session support is enabled.
Debugging this is highly dependent on which version of web server you're running, and how php5 is installed.
Some things to look at: Examine PHP.ini settnigs to make sure that the sessions settings are being stored in a directory that the apache user has access to (can create files, etc.).
Dave
-----Original Message----- From: support-bounces@drupal.org [mailto:support-bounces@drupal.org] On Behalf Of Leo Burd Sent: Thursday, November 02, 2006 6:10 AM To: support@drupal.org Subject: [support] login problems
Hello there,
I've just installed PHP 5 on my server and now I'm having login problems. My Drupal site is asking me to login again for each page that I go to in my site. It is as if it's "forgetting" information about the current logged in user. If I keep logging in, the site seems to be working just fine. What to do?
Thanks in advance,
Leo
-- [ Drupal support list | http://lists.drupal.org/ ]