Changes

Jump to navigation Jump to search
54 bytes removed ,  02:27, 30 January 2013
=Conventions=
* This module is included in the complete distributions (zip, exe, war) of BaseX. * All functions are assigned to the {{Code|http://basex.org/modules/sessions}} namespace, which must be dynamically imported. In this documentation, the namespace is bound to the {{Code|sessions}} prefix. * Errors are assigned to the {{Code|http://basex.org/errors}} namespace, which is statically bound to the {{Code|bxerr}} prefix. * If any of the module functions is called outside the servlet context, the error [[#BXSE0003|BXSE0003]] is raised. If a specified session is not found, [[#BXSE0004|BXSE0004]] is raised. * As sessions are side-effecting operations, all functions are flagged as ''non-deterministic''. This means that the functions will not be reordered by the compiler.
=Functions=
Bureaucrats, editor, reviewer, Administrators
13,550

edits

Navigation menu