Re: Weird Cake 2 cache issue when sorting

2012-08-15 Thread Devario Johnson
ok I found the solution. Here it is for anyone that needs it Not sure why any of the other clear caching methods didnt work but in the controller this worked for me $this->disableCache(); -- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to

Re: Weird Cake 2 cache issue when sorting

2012-08-15 Thread Devario Johnson
btw...if I refresh, it goes away and works fine for that particular sort On Wednesday, August 15, 2012 6:32:45 PM UTC-4, Devario Johnson wrote: > > Hi all, I have a weird thing that I am seeing and I was hoping someone > could shed some light on it. > > Config => Cache.check, true / or not true s

Weird Cake 2 cache issue when sorting

2012-08-15 Thread Devario Johnson
Hi all, I have a weird thing that I am seeing and I was hoping someone could shed some light on it. Config => Cache.check, true / or not true same result => Cache.disable, true / or not same result here is the flow.. User logs in -> sees db data -> sorts it all is well logs out n