Methods for cWebSessionManagerStandard
View method list in hierarchical order.
| Name | Type | Description | Defining Class |
|---|---|---|---|
| AddHttpResponseHeader | Procedure | Sets a specific response header Sets a specific response header. | cBaseWebComponent |
| AllowViewAccess | Function | Triggers an AllowAccess call to the view Called for each view in the AJAX request header's DataDictionary Object (DDO) structures. | cWebSessionManager |
| ChildByIndex | Function | Can be used to iterate the direct children of an object ChildByIndex is a function that can be used to iterate the direct children of an object. | cObject |
| ClassSuperClass | Function | Returns the superclass of the passed class This returns the superclass of the passed class. | cObject |
| ClearErrors | Procedure | Clears the error queue This clears the error queue. | cBaseWebComponent |
| Create | Function | Creates an object based on the passed Class Id The Create function is used to dynamically create objects. | cObject |
| CreateNamed | Function | Creates an object based on the passed Class Id and assigns it a name Name based on a passed name Creates an object based on the passed Class Id and assigns it a name Name based on a passed name. | cObject |
| CreatePasswordHash | Function | Creates a hash of the provided String using the cPasswordHasher class | cWebSessionManagerStandard |
| CreateSession | Function | Sent when a new session is being created CreateSession creates a new session. | cWebSessionManagerStandard |
| Destroy | Procedure | Destroys the object that receives the message and any child objects of that object The Destroy message destroys the object that receives the message. | cObject |
| EndSession | Procedure | Sent to end a session EndSession can be sent to end a current session. | cWebSessionManagerStandard |
| ErrorCount | Function | Returns the number of errors in the current error queue ErrorCount returns the number of errors in the current error queue. | cBaseWebComponent |
| ErrorMessage | Function | Returns the error message for an index in the error queue ErrorMessage returns the error message for a zero based item in the error queue. | cBaseWebComponent |
| ErrorMessageDetailed | Function | Returns a detailed (more technical) error message for an index in the error queue ErrorMessageDetailed returns a detailed error message for a zero based item in the error queue. | cBaseWebComponent |
| ErrorNumber | Function | Returns the DataFlex error number for an index in the error queue ErrorNumber returns the error number for a zero based item in the error queue. | cBaseWebComponent |
| ErrorQueueEnd | Procedure | Ends an error queue process ErrorQueueEnd ends an error queue process. | cBaseWebComponent |
| ErrorQueueStart | Procedure | Used to start an error queue for a web request Normally, all errors are handled and processed as they occur. | cBaseWebComponent |
| Exit_Application | Procedure | Starts the process of closing an application The Exit_Application message is used to close the program. | cObject |
| GetCookie | Function | Reads a cookie key GetCookie reads a cookie key using its name directly from the HTTP Header. | cBaseWebComponent |
| IsClassOfClass | Function | Determines whether the target class is part of the searched class's hierarchy | cObject |
| IsLoggedIn | Function | Determine whether the user is logged in IsLoggedIn is called to determine if a user is actually logged in. | cWebSessionManagerStandard |
| IsObjectOfClass | Function | Determines whether the passed class is part of the object's class hierarchy This returns True if the passed class is part of the object's class hierarchy. | cObject |
| IsQueuedError | Function | Returns True if errors are being queued IsQueuedError returns True if errors are currently being queued. | cBaseWebComponent |
| LogErrorEvent | Procedure | Raises an error and explicitly logs the error in the event log LogErrorEvent logs an error event. | cBaseWebComponent |
| LogEvent | Procedure | Logs an event to the Web Application's event log LogEvent logs an event to the Web Application's event log. | cBaseWebComponent |
| ObjectClass | Function | Returns the integer class ID assigned to the class this object is based on Returns the integer class ID assigned to the class this object is based on. | cObject |
| Request_Destroy_Object | Procedure | Use the Destroy method instead This method is used to destroy an object and all of its children. | cObject |
| RequestLogin | Procedure | Requests a Login Requests a Login. | cWebSessionManager |
| RequestLogout | Procedure | Performs a logout and a reset of the session Performs a logout and a reset of the session. | cWebSessionManager |
| ServerVariable | Function | Allows retrieval of IIS Server Variable values Allows retrieval of IIS Server Variable values. | cBaseWebComponent |
| SetCookie | Procedure | Used to update a cookie key SetCookie is used to update a cookie key's value and expiration time. | cBaseWebComponent |
| SetUserPassword | Function | Changes the provided user name to the given password in the WebAppUser table Changes the provided username to the given password in the WebAppUser table. | cWebSessionManagerStandard |
| UpdateSessionProperties | Procedure | Called when validating a session and after logging in to update properties based on the session and user data This procedure is called when validating a session and after logging in. | cWebSessionManagerStandard |
| UserLogin | Function | Attempts to login in a user with the passed user name and password This is the function that performs a user login. | cWebSessionManagerStandard |
| UserRegister | Function | It creates a new User in the WebAppUser table It creates a new User in the WebAppUser table, given a login name and password. | cWebSessionManagerStandard |
| ValidateSession | Function | Called as part of each server request to make sure the session is valid Each server call received from a client is verified using the session key attached to that call. | cWebSessionManagerStandard |
| VerifyPasswordHash | Function | Verifies a provided password and hash using the cPasswordHasher class | cWebSessionManagerStandard |