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


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to