IsTrustedSession (NotesSession - JavaScript)

Read-only. Indicates whether the session is a trusted session.

Defined in

NotesSession

Syntax

isTrustedSession() : boolean
Legal value Description
true if the session is a trusted session
false (default) if the session is not a trusted session

Usage

Applications running on a server installation that need to access databases on a remote server must have either a Trusted Server relationship, or a Trusted Session. The userID authority that the application is running under must be accounted for in the ACL of the remote database. That userID is often the serverID.