get
Get a session attribute
Description
Return the value of the requested attibute value from the current session. This will be empty if the attribute does not exist.
Parameters
- action
- get
- name
- The name of session attibute to get.
Example URL
http://<host>:<port>/<context>/web/session.xql?action=get&name=<value>
Successful Result
If successful, returns the value of the attribute in the "value" attribute of the <result> tag.
Failed Result
None