php - We're unable to recognize your session. Please refresh the screen to try again; otherwise contact your website administrator for assistance
one text
Hi I'm using GiveWP Plugin for donation with Bighearts WordPress theme licensed version, it was working fine for 3 days after demo import, but later we got an error on the Payment selection Donation page as below
We're unable to recognize your session. Please refresh the screen to try again; otherwise, contact your website administrator for assistance
I also go through Givewp documentation https://givewp.com/documentation/resources/caching/
And added below in wp-config.php
but didn't help.
define('WP_CACHE',false);
define('GIVE_USE_PHP_SESSIONS',false);
Source