Hello. Can you explain me somethings about sessions.

1. I need to connect to one channel (for example, 'stock') in first
page and to another channel (for example, 'order') in second page. So,
when user left first page and go to second page looks like channel
'stock' wil be restored. I don't want this. How it can be solved?

2. Can you explain me meaning of "error 004" more clear?

3. On my site I will have my authorization. So every user will have
their own ID and NICKNAME. I don't want to call every time function
like promtName (in demo Chat). I want to authorize user in Ape with
their own NICKNAME. Sometimes I receive "error 004" from Ape and
handle it like here:

client.core.clearSession();
client.core.initialize(client.core.options);

I don't change name of user and, of course, I receive error 007 - nick
used. What can I do? Drop previous user from Ape? If it is possible,
can you write me a piece of code to drop user?



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