If you use a captcha protected resource like the sendEmailServlet you can pass the same captcha again and again via curl if you use the session id cookie of the original request.
Once the captcha has been checked and validated, we need to remove it from the user's session programmatically.
If you use a captcha protected resource like the sendEmailServlet you can pass the same captcha again and again via curl if you use the session id cookie of the original request.
Once the captcha has been checked and validated, we need to remove it from the user's session programmatically.