A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/request
A module for dealing with HTTP requests.

request:get-session-attribute($name as xs:string) xs:string*
Returns an attribute stored in the current session object or an empty sequence if the attribute cannot be found.
$nameThe session attribute name

Returns the attribute value

Deprecated: Moved to 'session' module. Renamed to session:get-attribute This function could be removed at anytime during the 1.5 development and will be removed in the 1.6 release.
Return to list of all modules