If page.php is part of your controllers then you should be able to check this very quickly. Let me know if this is the case and I can send you some sample code.
On 1/27/07, Ilafra <[EMAIL PROTECTED]> wrote: > > Hi ya! > > I have a cake application and I have some markers where user can click > and a popup appears. The popup is drawn through a javascript and filled > by a page.php coming from an xmlHttpRequest. > In this popup I have to allow user to add a comment (linked to the > marker) only if he/she has made the login. I would like to check the > session variable where I stored the user id (after his/her login). > But in the popup the session variable is not available because it is > empty and probably a new session starts! > How can I manage this situation and see everywhere (also in the popup) > my variable? > > Thanks a lot! > Francesca > > > > > -- "I never look back darling, it distracts from the now", Edna Mode (The Incredibles) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
