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

Fixing use cloudflare Login show error_message #1360

Open
wants to merge 5 commits into
base: stable
Choose a base branch
from

Conversation

hlshell
Copy link

@hlshell hlshell commented Nov 14, 2024

use cloudflare login show this message:{“errorMessage”: “Session reuse detected, IPAddress logged.”, “error_message”: “Session reuse detected, IPAddress logged.”}

The reason is that
request.session['ipAddr']
is not paired with security settings. Now the same judgment can solve this problem.
After changing the file, you need to run the ssh command:
systemctl restart lscpd

use cloudflare login show this message:{“errorMessage”: “Session reuse detected, IPAddress logged.”, “error_message”: “Session reuse detected, IPAddress logged.”}

The reason is that 
request.session['ipAddr'] 
is not paired with security settings. Now the same judgment can solve this problem.
@hlshell
Copy link
Author

hlshell commented Nov 20, 2024

@usmannasir

@mmabas77
Copy link

This is very helpful @usmannasir

@namen3645
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants