Hi everyone, When I work on my own PC everything works fine. But when I move the project to a live server it doesnt save any session data in the database anymore. The table is just empty. I'm on cake 2.0.4.
* I do have a session cookie, so that is working * I created the db table with the cake console, so no problems should occur there * Session Handler is set to database * Session Component is loaded in AppController.php Since it is working on my PC I suspect a server configuration problem. But there should be no configuration neccessary. All cake needs to do is access the database which is working. I'm pretty stumped. Anyone out there who can help me out?? Thanks very much! -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php
