We recently moved my drupal instance from a development server I control, where it was the only site on the box, to a production server, where it now lives in a virtual host on a server hosting a few of such.
The issue I am having is that now, user accounts can log in, but everytime one (I, really) clicks on any type of content or menu item, the user is booted out back to the login page. This happens for _everything_. Pages that require user input, such as account configuration pages, can never be updated because the user is booted out before anything can be saved back to the server.
What the hell is going on here? Could this be some sort of directory permissions issue? I have no idea. Please help.
Comments
Have you upgraded to php
Have you upgraded to php 5.2? There is a problem with that and a patch for it: http://drupal.org/node/92802
Even if not, it sounds like a session cookie issue. What are your cookie settings in settings.php?
Thank you for this fix,
Thank you for this fix, Anner; that was _exactly_ the problem.