I'm having a rather hard to diagnose problem. All users, from admin to basic user, are forced to relogin every time they change pages. The site used to work fine, this problem showed up randomly one day. I have no idea what would cause this sort of issue. Does anyone have a clue where to start poking around for answers? Any direction would be greatly appreciated.

Thanks,
Jonathan

Comments

mcarrera’s picture

From my little experience with Drupal and CMS in general, I'd say is a cookies problem.
I had the same problem once, copying a Drupal site from production server to a test server.
The problem was due to the cookie having a different domain name, and thus not being accepted by the Drupal installation on the test server.
I didn't spent too much time on this issue as it wasn't important at that time, but I guess somewhere in the database there must be the homepage url.