Categories
-
Recent Posts
Archives
Tag Archives: howto
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
MSSQL DateTime Field in CakePHP
A slight addition to CakePHP MS SQL Server database function to prevent storing 0 (zero) value in an empty date/datetime field. Continue reading