I can only republish this here as I ran again into this problem. Is it
a FF specific problem or can it be APE-jsf?
What happens:
1) I run a this.core.start()
2) I trap the 004 error,
3) then do the reset like this:
this.core.clearSession();
if(this.els.pipeContainer)
{
this.els.pipeContainer.dispose();
this.els.more.dispose();
}
this.core.initialize(this.core.options);
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.
FF problem or APE-jsf?
How can I test 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/