Hi zipman, there's an undocumented "feature" that allows you to
completely disable Cake's caching by adding this:

define("DISABLE_CACHE", true);

to app/config/core.php.  However, this is only recommended in the most
extreme unusual cases, as your application will take quite a
performance hit for having to query the database for table descriptions
on every request.

However, it doesn't sound like table caching is your issue.  It sounds
more like an HTTP or browser cache thing.  Cake 1.2 has a new
controller method called disableCache() which will send the appropriate
headers so that the browser does not cache your page.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to