You'll need to create your own server side commands to facilitate user management with APE. APE provides you all the tools and resources necessary via the included javascript modules to create and manage users in any way you see fit (including using an external session management system).
On Sun, Aug 22, 2010 at 11:01 AM, Buri <[email protected]> wrote: > Hi, > I want to ask a question: I have ape sessions and I want to create > link between PHP and APE. But when I try > > client.addEvent('ready',function(){ > $('apeid').set('value', client.core.pubid); > }); > > it returns null. Is it standart behavior? If so, is there any way how > to identify user in inlinepush by sessid? I don't want to check user > login information since it's already handled by PHP. > > Regards, Jakub > > -- > 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]<ape-project%[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/
