phoSessionDD - cWebSessionManagerStandard
Contains the object handle of the view's cWebAppSessionDataDictionary object
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phoSessionDD
| Access Type | Syntax |
|---|---|
| Read Access: | Get phoSessionDD to HandleVariable |
| Write Access: | Set phoSessionDD to HandleVariable/Value |
Description
This class creates a DataDictionary object (DDO) class structure for a SessionDD (based on cWebAppSessionDataDictionary) and a UserDD (based on cWebAppUserDataDictionary). The SessionDD manages the sessions and relates to the UserDD, which manages the Users. Because this is done inside the class's Construct_Object and not within an object instance, these two objects are assigned property handles, phoSessionDD and phoUserDD. All message sending to these DD objects is done via these object handles and not object names. If you need to send messages to these DD objects, you should use these handles as well.
Handle hoSessionDD hoUserDD
Get phoSessionDD to hoSessionDD
Get phoUserDD to hoUserDD
// Find the user
Move sLoginName to WebAppUser.LoginName
Send Find of hoUserDD EQ Index.1