I have a profile2 form called by drupal_get_form – though after its been edited and saved, the fields still display the old information for awhile. How can I turn caching off here? I’m using memcache/varnish/apc btw.
I’m also printing these fields elsewhere and get the same problem.. I would rather this be dynamic and fresh for just these fields/forms.. any ideas on how to do that? Thanks!
Probably you need to exclude cache_form from memcache with:
in your settings.php file