Hi,

When that happens you session is no longer valid and an onError '004'
is sent to the client, you can there reinitialize the session or make
it reload and get a new session...

something like this:

this.onError('004' , function(){
   // reinitiate code here.
});

On Oct 10, 12:07 pm, GarethK <[email protected]> wrote:
> Hi,
> I had a similar question. My app runs on iPhone & Android devices, and when
> the user puts browser to background, or locks phone and goes back to the
> app, I want to be able to detect if ape is still in request loop, and if
> not, reload page or something
>
>
>
>
>
>
>
> On Tuesday, September 11, 2012 9:28:43 AM UTC-4, Barak wrote:
>
> > Hello
>
> > I note that Clint lost connection to server and stop receiving updates
> > from server after some time
>
> > can i handle this case and reconnect again
>
> > thanks

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