I am currently experiencing an issue with the logout functionality in Open Journal Systems (OJS) version 3.3.0.19. When users click the Logout button, instead of being redirected to the login page, they are being redirected to the Submission Page.
I have tried using the clear cache and clear template cache in the administration but it has not resolved.
I would greatly appreciate any guidance or suggestions to resolve this issue. Is there a configuration setting or any specific files I should check to fix the logout redirection behavior?
Thank you for your suggestion. However, I have already updated OJS from version 3.1 to 3.3, so I can assure you that it is up-to-date with the latest version.
Regarding the Web Inspector and access logs, could you please elaborate on where we can find the access logs and the response codes? Any guidance would be appreciated.
For web inspector/browser tools, you might have to do a web search and look for online tutorials on how to best use these, and it will depend on your browser. Most people have the most success with the Firefox tools, I find.
Thank you for the information provided. However, when I analyzed the issue, I found that when we log out, it first redirects to the login controller and then executes the sign-out controller. The status shows as pending, so I believe this might be due to cached data on the disk when logging in and then logging out. What do you think, and how can we solve this?
Thanks for letting me know. I’m not really sure how to approach this next - usually error messages in the logs provide further guidance. Hopefully another team or community member will be able to assist.
Could you please explain why the logout is redirecting to the submission page when we log out, and suggest how to resolve this issue?
Upon investigation, we believe the problem may be related to cookies. When I inspect and delete the cookies, the logout works correctly. However, I’m unsure how to resolve this issue permanently. Can you assist us in finding a solution?