I'm about to begin writing a server-side JS module and I was wondering
if there is documentation that shows what the (if any) automatically
created properties are for the various types of objects on the server
side. I tried looking over the C source, but it's not readily clear
which members are accessible via JS and which are private and not
exposed to JS scripts.

Specifically in my case, I'm curious about the properties of the user
object. I need a way to retrieve the cookies sent with a request (i.e.
to ensure they are logged into the website first), such as when they
join a channel. I wasn't sure if the cookies were already made
available on the user object somehow.

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