Today I came across a problem, one of my commands wasnt working (a
command that sends a request to the server to get a userlist from a
database). I figured out that it wasnt working because I had
require_sessid on the server set to true:
Ape.registerCmd('getusers', true, this.cmdGetUsers.bind(this));
Im not using APE Sessions.

My questions are:
Will I only have a user sessid if I use APE Sessions?
If I dont use APE Sessions and just set the require_sessid to false
users be able to send those requests without connecting to APE right?
Which means I'll have an "extra" working creating "protections" for
users that are sending this commands without being connected right?

Regards

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