Monthly Archives: January 2012

Session Cookies between SSL and Non-SSL in CakePHP

If you use SSL (https) for User login action in CakePHP, the session cookie by default works only for SSL connection. When you move to non-SSL (http) pages, the cookie will be lost and the system will redirect you again to login screen. After searching for solutions from many resources, the answer is actually there in CakePHP’s Cookbook. Read more for the link. Continue reading

Posted in Developments | Tagged , | Comments Off