Note: according to APE_JS_NATIVE(apeuser_sm_get_property) function, there are 3 properties that can be readen: 'sessid', 'ip' and 'pubid' for users objects.
I suppose it could be written somewhere in the doc (for example in the 'sessions' tutorial, for the 'sessid' property). Best regards, Nouk² 2010/2/23 Nouk NOUK <[email protected]> > > > 2010/2/23 Anthony Catel <[email protected]> > > Hi, nouknouk, >> >> Indeed, you can look at "APE_JS_NATIVE(apeuser_sm_get_property)" in >> libape-spidermonkey.c >> >> > Thanks for that. > > > >> When a registerCmd is called, you can be sure that the user is still >> connected at this time. >> > > My idea was more to check if *another* user (or subuser) was connected. > > Indeed, it would be usefull to discriminate two cases: when one (sub)user > connects a second time. It can either be because he just refreshed his > browser (hit F5), or because he opened a second tab of the same webpage in > the same browser. Knowing if the 'other' subuser is actually 'connected' or > not would give me informations about those two different cases. > > > -- You received this message because you are subscribed to the Google Groups "APE Project" 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/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/
