verifIsValidSession
verifIsValidSession(
g_sessionId
)
=> t / nil
Description
Confirms if the given session is a valid ADE Verifier session.
Arguments
|
Integer, string number, or window specifying the Verifier session ID. For example, |
Value Returned
Examples
The following example shows how to use this function.
uid = verifOpenCellView("test" "new" "verifier")
=> 0
verifIsValidSession(uid)
=> t
verifIsValidSession("0")
=> t
verifIsValidSession(hiGetCurrentWindow())
=> t
verifIsValidSession(1)
=> nil
Related Topics
Verifier Session and Setup Functions
Return to top