Changes

Jump to navigation Jump to search
117 bytes added ,  12:34, 27 September 2018
no edit summary
|-
| width='120' | '''Signatures'''
|{{Func|sessions:get|$id as xs:string, $key name as xs:string|item()*}}<br/>{{Func|sessions:get|$id as xs:string, $key name as xs:string, $default as item()*|item()*}}
|-
| '''Summary'''
|Returns the value of a variable bound to an attribute with the specified {{Code|$name}} from the session with the specified by {{Mono|$id}}. If the variable does not exist, or if the key attribute is unknown, an empty sequence or the optionally specified {{Code|$default}} value is will be returned instead.
|-
| '''Errors'''
|-
| width='120' | '''Signatures'''
|{{Func|sessions:set|$id as xs:string, $key name as xs:string, $value as item()*|empty-sequence()}}
|-
| '''Summary'''
|Binds Returns the specified key/{{Code|value pair }} to the attribute with the specified {{Code|$name}} from the session with the specified by {{Mono|$id}}.
|-
| '''Errors'''
|-
| width='120' | '''Signatures'''
|{{Func|sessions:delete|$id as xs:string, $key name as xs:string|empty-sequence()}}
|-
| '''Summary'''
|Deletes a variable bound to an attribute with the specified {{Code|$name}} from the session with the specified by {{Mono|$id}}.
|}
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu