Property String psUserName
Read Access: | Get psUserName to StringVariable |
Write Access: | Set psUserName to StringVariable/Value |
This property represents the user name for a logged in user. Its value is culled from the WebAppUser table and stored here by ValidateSession. ValidateSession is called as part of every server requests initialization. You can use this as you wish throughout your application.
ValidateSession sets piUserRights, psLoginName and psUserName.