Actually I read:
"Result: the session info are not cleared. APE-jsf sends the same
session_id and get the error 004 again, leading to an infinite loop."
and because of this I haven't tried anything else what I used to have to
fix the problem but doesn't work was inside load event:
client.core.start();
client.core.onError('004', function() {
client.core.clearSession();
client.core.initialize(client.core.options); //Reinitialize APE
class
});
--
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/