I don't know why you can't find the response. I copy-paste it here:

FYI, the problem was due to different pages having different cookies.
Let me explain, page1.php and php2.php

I start a session on page1.php, the APE session cookie is set.

I go to page2.php, the APE session cookie is then the same because I
loaded the page (my mistake) with a double // not a single /. So
Firefox has saved two different cookies. One with a path "/" one with
a path "//".

This mixes all up.

 I did not know before this, that cookies were path dependent (I
thought they were only base url dependent), but now I know.

The bug was not happening in other browsers as they handled this
special case differently (probably better I should say)



2012/5/3 ecommy <[email protected]>

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

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