In my application, we just hold only 1 browser per user. Connect with 2 browsers at the same time seems not realy need. I deluser() for the OLD one, when new user came.
2010/3/25 Florian Müller <[email protected]> > Hi guys, > > this is my first post, rly hope this works :) > > My connect/user server-side module handle clones/ghost, if u r connected > and close browser, and connect again with the same DB-User, my module see u > got same id, and kill your old pipe from chan and reconnect you to channel. > But now, if some connect with the same user with 2 diffretent browsers, i > get an endless loop in kicking and reconnecting. > Is there any why for me, to see, if there is only 1 browser connection > open, or he try to connect with 2 browsers at the same time? > My idea was, to send a request to clone/ghost before kicking him and ask if > he is still there, but this will be async, and i don't know how to pause the > connecting process till i get a response from clone. > > thx > > -- > 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]<ape-project%[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/ > > To unsubscribe from this group, send email to ape-project+ > unsubscribegooglegroups.com or reply to this email with the words "REMOVE > ME" as the subject. > -- 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/ To unsubscribe from this group, send email to ape-project+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
