Skip to content

psUserName - cWebSessionManagerStandard

Determines the user name for this user

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String psUserName
Access Type Syntax
Read Access: Get psUserName to StringVariable
Write Access: Set psUserName to StringVariable/Value

Description

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.