On Jan 17, 2008 6:37 AM, lordG <[EMAIL PROTECTED]> wrote:
>
> Hi Guys,
>
> Does anyone know why the webservices or ajax calls have not been
> maintained across sessions? Will they be, or am I missing something?

I believe this is related to previous discussions about the user agent
being different for the Ajax calls.  Try changing the following in in
your config/core.php

Configure::write('Session.checkAgent', true);

to

Configure::write('Session.checkAgent', false);

and see if that helps your webservice and Ajax calls.

Hope that helps, and I'm sure others will correct me if I'm wrong.


-- 
Chris Hartjes
Internet Loudmouth
Motto for 2008: "Moving from herding elephants to handling snakes..."
@TheKeyBoard: http://www.littlehart.net/atthekeyboard

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to