NotesSession (JavaScript)

This class is the root of the Domino® Objects containment hierarchy, providing access to the other Domino® objects, and represents the Domino® server or Notes® client environment of the current program.

Usage

The following global objects instantiate a NotesSession object:
  • session assigns credentials based on the user. The session is restricted by the application's ACL and the security tab of the server's Domino® Directory entry.
  • sessionAsSigner assigns credentials based on the signer of the XPages design element. The session is restricted by the application's ACL and the security tab of the server's Domino® Directory entry.
  • sessionAsSignerWithFullAccess assigns credentials based on the signer of the XPages design element and allows full administration access to the application's data. The signer must have the right to such access or the session is not created.