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 cake-p

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 not

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 bernardo
Jac wrote: > 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 >

Re: Session problem on ie

2006-09-03 Thread Jac
thanks, but i'm using my own computer (localhost) as web server. my configuration is; ms windows xp, IIS 5.1, php 4.4.2. But problem's source is internet explorer. why?, thanks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goog

Re: Session problem on ie

2006-09-03 Thread Olivier Percebois-Garve
What is the level of security of your IE ? With high (and maybe medium) level of security in IE on SP2, I heard that IE requires now to provides a P3P policy file. Can anybody confirm/infirm what I am saying ? olivvv Jac wrote: > hi, sorry for my english. i have a problem about sessions on inte

Re: Session problem on ie

2006-09-03 Thread RosSoft
are you using a subdomain with the character '_' in the name? IE doesn't support cookies in domains like my_domain.wordpress.com --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this grou

Session problem on ie

2006-09-03 Thread Jac
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 thin

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 thin