I have following situation where I’m facing problem because of the caching
There are number of check boxes. I want to store value of check box in session when it is checked and remove that value when it is unchecked again.
I have called one php page through AJAX passing it value of the check box. The AJAX request is made on click event of check box.
It just work file when for the first time you check or uncheck checkbox. After that it won’t work.
If you clear cache and do it again, it works again in the same way.
I think the code simply ignore the request if it was made previously.
Is there any solution to this problem?
Many thanks (In advance)