Re: Cache Problem with safari 4

2009-09-14 Thread p_tucky
or any other browser works afaik. I guess the old rule still applies. Back-buttons are for websites... not applications. :) (try clicking back in gmail for example) /Martin On Sep 13, 7:33 am, p_tucky p_tu...@whatinthai.com wrote: Please test on FF3.5, IE7+ , and Safari4 http://perhabs.com

Re: Cache Problem with safari 4

2009-09-12 Thread p_tucky
at all when using the back button. It simply re-displays what it a few moments ago. I have not checked if the browser technically does a request or not. It is just a feeling I get. /Martin On Sep 11, 6:13 am, p_tucky p_tu...@whatinthai.com wrote: Hi, I have cache problem with safari 4. Any

Session from one App to others

2009-09-10 Thread p_tucky
Use Session from one App to others. Some people might try to find and research for this. Some time we work as team, Then the project leader will give u job. first team to work for Project_1 and second team work for Project_2. After both team completed their job, they need to combine work into

Cache Problem with safari 4

2009-09-10 Thread p_tucky
Hi, I have cache problem with safari 4. Any one have problem like me? I’ve tried with this code but does not work. It take me to the previous page and have still show the text on form. function beforeFilter() { if($this-action == ‘login’) { $this-disableCache(); } Header(

Re: How to get a unique session id.

2009-03-20 Thread p_tucky
'); The reason is it, if still use security level to high, CakePHP session IDs will regenerated session_id() every time. ## Regards p_tucky // On Mar 20, 5:24 am, asoft boateng.kwa...@gmail.com wrote: Does any one know how to get the unique