System logging out from any page except site administration

Hello all,

Suddenly today, OJS starts kicking me out every time I log in and try to access any other section of the system except site administration pages.

Any idea on how to figure out what’s happening?

Apache error log shows nothing…

There’s nothing on MySQL logs…

Does the DNS remain constant when switching from the “index” context to another journal context?

Using your browser’s Web Inspector Network tab, watch the session cookie in your requests. It is probably named OJSSID, but can be renamed in config.inc.php. Does it change as you navigate?

Hello @ctgraham,

Thanks for the tip…

It definitely had something to do with browser cookies.
In regular mode, it didn’t log in, but in anonymous mode it did.

After clearing site cookies, it worked.