asiGetId
asiGetId(o_session) =>x_id
Description
Returns the name of the session ID associated with the given OASIS session.
Arguments
Value Returned
Examples
Gets the ID of the current OASIS session.
asiGetId( asiGetCurrentSession() )
=> 1
Return to top