From 3a4e31473aecf8170e178183f5cb7460a01808b0 Mon Sep 17 00:00:00 2001 From: Gregwar Date: Fri, 17 Apr 2020 16:13:37 +0200 Subject: [PATCH] Adding some note about session_key option for multiple captcha on same page --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60b85e8..83e0247 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ number of lines depends on the size of the image). (default=null) * **background_images**: Sets custom user defined images as the captcha background (1 image is selected randomly). It is recommended to turn off all the effects on the image (ignore_all_effects). The full paths to the images must be passed. * **interpolation**: enable or disable the interpolation on the captcha * **ignore_all_effects**: Recommended to use when setting background images, will disable all image effects. +* **session_key**, if you want to host multiple CAPTCHA on the same page, you might have different session keys to ensure proper storage of the clear phrase for those different forms Example :