phoUserDD - cWebSessionManagerStandard
Contains the object handle of the view's cWebAppUserDataDictionary object
Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None
Syntax
Property Handle phoUserDD
| Access Type | Syntax |
|---|---|
| Read Access: | Get phoUserDD to HandleVariable |
| Write Access: | Set phoUserDD 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 session
Send Clear of hoSessionDD
Move sSessionKey to WebAppSession.SessionKey
Send Find of hoSessionDD EQ Index.1