On Wed, Apr 23, 2008 at 11:37 AM, Davide <[EMAIL PROTECTED]> wrote:
>
>  A strange thing regarding this topic.
>
>  I can't understand where's the problem.
>
>  Everytime I call the method with the observeField, all my Session data
>  is lost and so I'm disconnected.

You might have to change some stuff in your config/core.php file.

Look for Session.checkAgent

Often you have do

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

to preserve sessions when using Ajax

Hope that helps.

-- 
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 
"CakePHP" 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