Property String psLoginName
Read Access: | Get psLoginName to StringVariable |
Write Access: | Set psLoginName to StringVariable/Value |
This property represents the login 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 request's initialization. You can use this as you wish throughout your application.
ValidateSession sets piUserRights, psLoginName and psUserName.