Description
A class to get an http session object and invoke its methods. Remote
method signatures are:
getAttribute(name) - returns object, array, or primitive type.
getAttributeNames() - returns array of attribute names.
getId() - returns remote session id
getMaxInactiveInterval() - returns max inactive interval for session.
invalidate() - invalidate remote session
isNew() - returns true if the client does not yet know about the
session or if the client chooses not to join the session.
removeAttribute(name) - remove attribute named name; returns void.
setAttribute(name,value) - set attribute named name with value; returns
void.
setMaxInactiveInterval(interval) - set max inactive interval for
session.
See javax.servlet.http.HttpSession in the Java Servlet API
documentation for more information.
LZX Synopsis
<class name="
sessionrpc" extends="
rpc
">
</class>
JavaScript Synopsis
public
sessionrpc extends
rpc
{
prototype public function
load
();
}