Skip to content

psLoginName - cWebSessionManagerStandard

Determines the login name for this user

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

Syntax

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

Description

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.