Hi,
I googled for a while now but couldn't find an answer to my problem.
The AuthComponent is great and it is very easy to check if a user is
online if a request comes from the user itself.

But I need to check if a user is logged in when the request comes from
someone different than the user. I want something like an API where
e.g. other servers can ask my CakePHP App if a special user is logged
in or not.

I want something like FaceBook Apps can check if the user is logged
in, if you can understand me :).

The only ideas I have so far is either to keep track of the logged in
users somehow or to look into ALL sessions on my server. However,
before I try one of those ideas I want to ask if there is a cake
way :).

Thanks in Advance,
cu

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

Reply via email to