Can anyone tell me how I can manually destory a persistent variable, either from my browser or the server?
I forgot to comment out the caching from the ACL plugin:
if (!isset($this->persistent->acl)) {
and now my app's a bit broken and I cannot render any controllers or their views. Can anyone help with this?