You are here

README.txt in Authenticated User Page Caching (Authcache) 7.2

Authcache Forms
===============

Allow page caching for authenticated users when forms are present on the page.


A note on Ajax forms
--------------------

Ajax forms require the form cache. However entries in the form cache expire
after a hard coded period of 6 hours. When pages should be cached longer and
Ajax forms are in use on them, they will stop working after that period.

In order to circumvent this problem you should install the Cache Object API[1]
module which allows the Authcache Forms module to extend that period to a user
supplied value.

1] http://drupal.org/project/cacheobject

File

modules/authcache_form/README.txt
View source
  1. Authcache Forms
  2. ===============
  3. Allow page caching for authenticated users when forms are present on the page.
  4. A note on Ajax forms
  5. --------------------
  6. Ajax forms require the form cache. However entries in the form cache expire
  7. after a hard coded period of 6 hours. When pages should be cached longer and
  8. Ajax forms are in use on them, they will stop working after that period.
  9. In order to circumvent this problem you should install the Cache Object API[1]
  10. module which allows the Authcache Forms module to extend that period to a user
  11. supplied value.
  12. 1] http://drupal.org/project/cacheobject