A first glance at the source code does not reveal anything that would
point me to an error.
The SQL in the method __gc seems invalid: $db->execute("OPIMIZE TABLE "
. $this->session_table);Should be OPTIMIZE. Perhaps the optimization raises an error and stops the output. I don't know if the MySQL extension caused segfaults in the past. Did you try to change the loading order of the Apache modules (e.g. load mod_rewrite before you load mod_php)? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
