Re: Internet Explorer Cache Problem [ CakePHP 1.2 RC3 ]

2008-11-13 Thread 浪漫様
hey brett, thank you very much for your reply. i will try $this-disableCache() on my controllers, thank you Rohman --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to

Re: Internet Explorer Cache Problem [ CakePHP 1.2 RC3 ]

2008-11-11 Thread Brett Wilton
Uhm... I think is not that as i don't want to lose queries results if pressing back button... but as it says This is different than view caching... I think my answer should be in View Caching as I want to force reload the view but not lose the queries if i'm logged in. As I understand the

Re: Internet Explorer Cache Problem [ CakePHP 1.2 RC3 ]

2008-11-11 Thread 浪漫様
thanks for the reply again, i will try to use the disableCache() function and see. i had never used 1.2 RC2 as i switched from 1.1 to 1.2 RC3 directly and then find out that issue. i will try a little more. thanks Rohman On Nov 12, 5:57 am, Brett Wilton [EMAIL PROTECTED] wrote: Uhm... I think

Re: Internet Explorer Cache Problem [ CakePHP 1.2 RC3 ]

2008-11-11 Thread Brett Wilton
Hi Rohman, I just tried the latest RC3 7866 and have found that the IE7 is functioning as you indicated, this is not how it worked under RC2. I'm not sure off hand why there is this difference. Brett --~--~-~--~~~---~--~~ You received this message because you

Re: Internet Explorer Cache Problem [ CakePHP 1.2 RC3 ]

2008-11-11 Thread Brett Wilton
If you type in the page with IE7 I get the same result, even on a 1.1.X project I had with othAuth. I was wrong in saying RC2 worked as I was clicking a link rather than typing one in. The only way to stop IE7 from caching the page is to use the disableCache(), I did a quick hack in my

Re: Internet Explorer Cache Problem [ CakePHP 1.2 RC3 ]

2008-11-10 Thread Brett Wilton
Not sure if this is what your after or not, Controller::disableCache...http://book.cakephp.org/view/431/disableCache Brett Wilton http://wiltonsoftware.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Re: Internet Explorer Cache Problem [ CakePHP 1.2 RC3 ]

2008-11-10 Thread 浪漫様
Dear Brett, thanks for the reply 3.5.3.4.3 disableCache Used to tell the user’s browser not to cache the results of the current request. This is different than view caching, covered in a later chapter. Uhm... I think is not that as i don't want to lose queries results if pressing back button...

Internet Explorer Cache Problem [ CakePHP 1.2 RC3 ]

2008-11-09 Thread 浪漫様
hello, i have a little problem with CakePHP 1.2 RC3 and Internet Explorer 7 ( the one i tested ) when i log in on my application, i set up a $this-Session- write('myvariable','myvalue'); to indicate the user logged in, and when doing logout i delete the session variable $this-Session-