Re: CakePHP Session lost / Facebook SDK / Cookies

2012-05-16 Thread Ryan Olton
Yes, the Facebook SDK starts a PHP session before CakePHP gets a chance to. In the Facebook SDK there is a file called "Facebook.php", and in the __construct function you'll "session_start();". If you comment out that line, CakePHP will be able to start it's own session just fine. Facebook s

Re: cakephp 2.0 auth session problem

2012-05-16 Thread Ryan Olton
I am also having an issue with sessions, and I'm very frequently being asked to log back in. Configure::write('Session', array( 'defaults' => 'database', 'ini' => array( 'session.cookie_secure' => false ) )); Configure::write('Security.level', 'med

Re: cakephp 1.3.10 - URL rewriting is not properly configured on your server

2011-06-06 Thread Ryan Olton
> Sounds like your config isn't checkable somehow by the new 'check for > url rewriting' validation - work out why and file a bug report :) It appears that in the default home.ctp page there is this block of code just hanging out without any conditional code in place to show or hide this text ...