On Dec 2, 8:38 pm, Adam Royle <[EMAIL PROTECTED]> wrote: > I'd be interested to find out what is causing this problem, and > whether it is cake specific or not. Let us know when you've figured it > out. > > Cheers > Adam
Not cake specific. I traced the issue back to session_start, which blocks subsequent sessions (that are .. errr .. using php sessions) while the initial one is active to avoid corrupting the php session file/variables. fwiw : http://bugs.php.net/bug.php?id=44400 Cheers Richard --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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?hl=en -~----------~----~----~----~------~----~------~--~---
