Hi,

I ran into two different problems with Firefox losing his head for
sessions matters. I will only describe the second as I am not sure
that I recall the first one precisely.

I sent a this.core.start with previous sessions references. It failed
because the session was outdated. So far so good.

However, instead of falling into my 004 error handling (see below), it
sent the request again 20 ms later (and did not send it again after
that).
            //Error 004 is when the user sends a bad sessid
            this.onError('004', function()
            {
               this.mouchard("Error 004");
               this.reset();
            }); <<<<------------------------------It did not go into
this error handling function as it usually does.


What could explain this behaviour? Have you run into this kind of
problem in the past?

Thx.

Nicolas.

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