or maybe disable the autocreation of session in core.php ? hint - AUTO_SESSION = false
On Oct 2, 11:45 pm, CodeSith <[EMAIL PROTECTED]> wrote: > Anybody uses CakePHP in SOA environment? > I want to write some REST based web services using CakePHP. To get it > going is pretty simple. I will use CakePHP model and controller. The > presentation layer is just XML or JSON so I don't need CakePHP's > views. I just have one small problem, CakePHP session. since my > REST services are stateless, I really don't need CakePHP to track > sessions. > I'm proposing that CakePHP should create a ServiceController that > doesn't initialize Session component in the constructor. > > What do you guys think? > > John Xiao > > www.livemocha.com --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
