Session problem on ie

2006-09-03 Thread Onur HOS
hi, sorry for my english. i have a problem about sessions on internet explorer. When i use $this-Session-write method or standart $_SESSION assignment in controller, internet explorer cannot save my session variables ( cannot set cookie ). it works fine on firefox. Otherwise when i try this thing

Re: Session problem on ie

2006-09-03 Thread Onur HOS
i tried this. Unfortunately, it didn't work bernardo. Thanks. i will use standart login structure and redirect to cake :) i hate ie :) thanks for help my friends. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake

Re: Session problem on ie

2006-09-03 Thread Onur HOS
Onur HOS wrote: i tried this. Unfortunately, it didn't work bernardo. Thanks. i will use standart login structure and redirect to cake :) i hate ie :) thanks for help my friends. Another solution; in app/config/core.php; define('AUTO_SESSION', true); if this value is false, cake could

Re: Session problem on ie

2006-09-03 Thread Onur HOS
also you could add session_start() function to /app/config/bootstrap.php. Every page including this file. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Cake PHP group. To post to this group, send email to