A RESTful browser for eXist Java-Based Function Modules


http://exist-db.org/xquery/session
A module for dealing with the HTTP session.

session:set-attribute($name as xs:string, $value as item()*) empty()
Stores a value in the current session using the supplied attribute name. If no session exists, then one will be created.
$nameThe attribute name
$valueThe value to be stored in the session by the attribute name
Return to list of all modules