Hi,

I am programming a community page where the users have to define an
unique chat name while registering for the page. So I decided that I
don't need the session management and "prompt chat name" part of the
chat demo - instead I call the chat with the users chat name in the
options.
I commented all those parts and it works great except one little
thing. When I navigate within my page and navigate back, the chat
doesn't load anymore - only after 45 sec it is loading again.
I tried lots of things like e.g. this.core.clearSession(); or
this.reset(); but nothing helps.
In demo.js within
                this.addEvent('load', this.start);
                this.addEvent('ready', this.createChat);
this.start is getting called but not this.createChat.

Does anybody have a hint for me how to modify the code so that the
server timeout is not only called after 45 sec but everytime i
navigate to my chat page?

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