I love this plugin and I’ve had this problem happen too often on too many sites. I wonder if it is some kind of caching issue.
Plugin Author
atitan
(@atitan)
Can you provide any example page url for testing?
For Frank’s question, too often means it is still possible to submit sometimes?
Sure
This one example page https://ness-test.wphero.io/product/organic-unrefined-shea-butter/
We have updated the wordpress into latest version 4.9.6
Plugin Author
atitan
(@atitan)
Looks like the plugin can’t sent out any set-cookie header and have problem establish server-side session.
Can you checkout your PHP error log to see if there’s any warning?
which cookie you are using ??
Plugin Author
atitan
(@atitan)
The cookie is named ‘nyan-q’.
Plugin Author
atitan
(@atitan)
I had designed a method to work with cookie-less client.
But in your case, it seems answers are not stored in session properly.
Maybe there’s something wrong with PHP session.
Thank you for your reply.
How i solve this issue ??
Plugin Author
atitan
(@atitan)
OK, I’m able to simulate the problem you have.
The conclusion now is:
1. the plugin cannot send session cookie on your website.
2. there’s something wrong with PHP’s session_id() to restore session without using cookie.
I’ll investigate and see if there’s a solution to this.
Plugin Author
atitan
(@atitan)
I’ve made a new unreleased version in trunk. Can you test it?
https://downloads.wordpress.org/plugin/math-quiz.zip
Its not working same error is generating
Plugin Author
atitan
(@atitan)
Alright, I’ve released version 2.0.0 which does not rely on php session anymore.