Into HS cache table is used to store info about HS_form_build_id.
If we use a shared frontend (load balancer with 2 or more webserver) we must share cache data (otherwise form validation fail). Actually is required share cache table, but this table contain also a lot of other info and is preferable use a different table to share this data (like cache_hierarchical_select).
Patch create cache_hierarchical_select table (install, uninstall and update functionality).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 851512-hierarchical_select-cache-table.diff | 3.26 KB | mavimo |
Comments
Comment #1
mavimo commentedComment #2
wim leersNice and simple :) Committed! http://drupal.org/cvs?commit=412122
If somebody wants to backport this to D5, feel free to reopen. I'm not backporting this since this doesn't change the HS API.