Hello,

Im coding an APE project to mimic IRC (Internet Relay Chat) features.
For who doesnt know IRC is a multi-channel/private chat with a lot of
features.

My question is, how would I benefic from restoring an user APE
session, for example, when a user refreshes the page.

Does resetting a user session/pubid fire userjoin events on the user
again? For example if a user refreshes the page and the pubid is
restore does the user receive a userjoin event on the channels that he
was previously in?

Do the other users on the channels that the user who refreshed also
receive an userjoin event again? (The purpose of restoring a user
session would be not to do that agian)

What proper steps should I take in order to properly restore a user
session, both on server and client.

Whould it be better to restore it or just make the clients ignore the
userjoin event if the user was already on the channel?

Regards

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

Reply via email to