#4861 - Prevent conflict between static caching and CAPTCHA
| Identifier | #4861 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Prevent conflict between static caching and CAPTCHA |
| Status | Completed |
| Handling member | Chris Graham |
| Version | 10.0.42 |
| Addon | captcha |
| Description | If static caching is enabled for non-bots, it breaks CAPTCHA. Previously we have required that users configure pages with CAPTCHA as exceptions to static caching using some code in _config.php (non-bot static caching was not fully supported yet in v11). However, really we need to better support this by automatically disabling static caching if there is a CAPTCHA, and also making sure the session for when there is a CAPTCHA is a unique one (not an "omni-session" applying to all guest users). Unique sessions are required for users to not conflict over the same CAPTCHAs. |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
There have been no comments yet