client.core.clearSession() This will clear the session. This is part of the ape.Core.Session.js
May be you can post your code here. That will help other community member to reach out to you. On May 10, 7:33 pm, Costel <[email protected]> wrote: > That's what I want to do but there is no documentation about session > handling on the server side. > > I need this when a user logs out from my php app. > For now... if a user log out and then log in on a different account > (for php), the APE session remains the same, wich is wrong. > I could force the ape cookie deletion on php logout routine but I > don't want to do this. > > Thanks in advance and please excuse my english :-p > > On May 10, 4:21 pm, Manas B <[email protected]> wrote: > > > > > Why not write a server side module which can destroy session. Delete > > the session data of the server and inform that the client had > > disconnected. I m just doing a loud thinking. Still have to get into > > the deep of session. > > > On May 10, 2:39 pm, Costel <[email protected]> wrote: > > > > I'm wondering how to destroy a session on server side... ? Does anyone > > > knows? > > > > -- > > > 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 > > > athttp://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 > > athttp://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 > athttp://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/
