Weird - I'm using CakePHP along with ExtJS and haven't had any problems with sessions. I had to turn my session security level down in order to prevent the frequent timeouts, but beyond that, everything was cool.
Try enabling the RequestHandler component. It has some automagic built- in that recognizes AJAX requests and sets cake up appropriately to respond to them. - James On Jul 1, 12:26 pm, killerboy <[EMAIL PROTECTED]> wrote: > Hi, > > I am using CakePHP seesion together with the ExtJs libary. I have some > strange issues with my sessions, that are just lost if I try to do a > Ajax call or any other call from ExtJs. > > I am checking via sessions if anybody is logged in. But this is not > possible because the data stored in the sessions is not there anymore. > > I searched for solutions and found some saying setting Security.level > in core.php to 'medium' or 'low' should help. I tried this, but still > not working. I disabled Session.checkAgent, but this doesn't help > either. > > Has anybody some more ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
