I mean it is possible situation:
- User login to page and enter to channel 'test';
- User close browser immediately;
- User open browser and again login to channel 'test';
- So I have two users with same NICKNAME (if I do not check unique
NICKNAMES in nickname.js) for next 45 seconds.
And also I need to known if it is possible:
- User has two tabs with one tab connected to channels ('stock',
'order1', 'order2') and other tab connected to only 'order1', for
example (Is it possible??);
- User left second page - so I can handle window.unload event to
unbound user from channel 'order1';
In this situation user will leave channel 'order1' on first tab too.
Right? I don't want this. How can handle this?
--
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/