Ok thanks very much, I solved my problem.

What didn't I do ? 
I just use a number which are incremented when I connect myself to the 
application (when I create a new session) and are decremented when my 
sessions are down.
So when the number is 0 in the deluser's event, I destroy the variables of 
the member. (cause + x sessions - x sessions = 0 :P)

So i've a final question, when I've this code :
var exemple = new Http("exemple");
exemple.getContent(function (ex) {
    test = ex.myexemple;
});

pipe.sendRaw('exemple', { 'exemple': ex.myexemple }); (with a pipe already 
defined)


Why the return is undefined ? :o
The code in getContent is called after the last lane ? :o

Le mardi 17 juillet 2012 12:56:28 UTC+2, Auryn a écrit :
>
> Hi everybody ! ^^
>
> So i've a big problem ! :(
> Sometimes in my application I received a raw "LEFT" when I didn't leave my 
> application (after send a command to APE wich was returned perfectly) and 
> it engage the command "deluser" on the server-side wich destroy my session. 
> After I must restart my application... :(
>
> What this problem ? :(
>
> Anyone can help me please ?
>
> Thanks very much ! :)
>
> P.S : Sorry for my bad english I'm french. ^^"
>

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