This module exists solely for quickly bypassing the problem occurring with AJAX forms when the page is cached. This is thoroughly described at #1694574: drupal_process_form() deletes cached form + form_state despite still needed for later POSTs with enabled page caching.
According to @firewaller (see comment #94 in issue above), there are the following proposed solutions:
- Disabling caches on pages with the forms (not viable)
- Rebuild Ajax Forms sandbox module
Cacheable CSRF protection contrib module (dev only, only supports authenticated caches)
This module implements the first solution which was initially introduced by @joelstein in comment #85 of the above issue. This is not performant at all but is definitely a quick way to identify that the problem you have comes from the caching of a form using Drupal's AJAX API.
Project information
Minimally maintained
Maintainers monitor issues, but fast responses are not guaranteed.Maintenance fixes only
Considered feature-complete by its maintainers.- Project categories: Developer tools
1 site reports using this module
- Created by vensires on , updated
Stable releases for this project are covered by the security advisory policy.
There are currently no supported stable releases.
