Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.0] [bug] Joomla does not destroy the session when logging out with any active cache option #35971

Open
Stuartemk opened this issue Nov 5, 2021 · 0 comments

Comments

@Stuartemk
Copy link

Stuartemk commented Nov 5, 2021

Steps to reproduce the issue

I have my site joomla 4.0.4 through Cloudflare, and I realized that when logging in, logging out and reopening it sent invalid token error (white screen of death) which generated many problems, however I changed the session management before the database to REDIS, and the problem continued, so obviously leaving the session out the problem was not with the Cloudflare configuration, so doing a lot of testing, I could find that the error originates:
1.- When the cache plugin is enabled and the main configuration without cache enabled.
2.- When the main cache configuration is enabled without the cache plugin enabled.
3.- When the main configuration cache is enabled and the cache plugin enabled.

In conclusion, any enabled cache option causes the invalid token error (even managing sessions with REDIS)
I have enabled the back of the balancer and I even checked and version 4.0.4 already has the lines removed #35509 (comment)

Expected result

When closing the session, the token must be destroyed with any enabled chaché configuration enabled,

Actual result

4.0 Joomla does not destroy the session when logging out with any active cache option

System information (as much as possible)

Additional comments

Possibly this should be marked as a release blocker

@Stuartemk Stuartemk changed the title 4.0 Joomla does not destroy the session when logging out with any active cache option [4.0] [bug] Joomla does not destroy the session when logging out with any active cache option Nov 5, 2021
@Hackwar Hackwar added the bug label Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants