We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I found some data stores in the global $SESSION.
Please consider using Moodle MUC with MODE_SESSION mode: https://moodledev.io/docs/4.5/apis/subsystems/muc https://docs.moodle.org/dev/Cache_API_-_Quick_reference#:~:text=(cache_store%3A%3A-,MODE_SESSION,-%2C%20%27component%27
Or even the ad-hoc cache with the same MODE_SESSION: https://moodledev.io/docs/4.5/apis/subsystems/muc#ad-hoc-caches
It should be more secure and does not require global $SESSION access.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I found some data stores in the global $SESSION.
Please consider using Moodle MUC with MODE_SESSION mode:
https://moodledev.io/docs/4.5/apis/subsystems/muc
https://docs.moodle.org/dev/Cache_API_-_Quick_reference#:~:text=(cache_store%3A%3A-,MODE_SESSION,-%2C%20%27component%27
Or even the ad-hoc cache with the same MODE_SESSION:
https://moodledev.io/docs/4.5/apis/subsystems/muc#ad-hoc-caches
It should be more secure and does not require global $SESSION access.
The text was updated successfully, but these errors were encountered: