Use the SESSIONID function to get the current session, then find the session's record in the Active Session table. This will give you the "Client Type". To get full/ltd user, use the USERID and look up the record in the User table to find the user type.
Comments