Hi there,
I been trying to save a session variable
here id n pubid are variables
client.core.setSession({id:pubid,pubid:id});

When i retrive variable with

getSession i input id value in text box it shows correct value in
alert but the corresponding value is null.

var x = $("#x").val();
      alert(x);
      client.core.getSession(x, function() {
        console.log(resp.datas.sessions.x);
      });

I m getting a null value.

Am i making any mistake.

Thanx

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