Methods for cWebSessionManagerStandard

View method list in alphabetical order

NameTypeDescription
CreatePasswordHashFunction
CreateSessionFunctionSent when a new session is being created
EndSessionProcedureSent to end a session
IsLoggedInFunctionDetermine whether the user is logged in
UpdateSessionPropertiesProcedureCalled when validating a session and after logging in to update properties based on the session and user data
UserLoginFunctionAttempts to login in a user with the passed user name and password
UserRegisterFunction
ValidateSessionFunctionCalled as part of each server request to make sure the session is valid
VerifyPasswordHashFunction

Inherited Methods from cWebSessionManager

AllowViewAccessFunctionTriggers an AllowAccess call to the view
RequestLoginProcedureRequests a Login
RequestLogoutProcedurePerforms a logout and a reset of the session

Inherited Methods from cBaseWebComponent

AddHttpResponseHeaderProcedureSets a specific response header
ClearErrorsProcedureClears the error queue
ErrorCountFunctionReturns the number of errors in the current error queue
ErrorMessageFunctionReturns the error message for an index in the error queue
ErrorMessageDetailedFunctionReturns a detailed (more technical) error message for an index in the error queue
ErrorNumberFunctionReturns the DataFlex error number for an index in the error queue
ErrorQueueEndProcedureEnds an error queue process
ErrorQueueStartProcedureUsed to start an error queue for a web request
GetCookieFunctionReads a cookie key
IsQueuedErrorFunctionReturns True if errors are being queued
LogErrorEventProcedureRaises an error and explicitly logs the error in the event log
LogEventProcedureLogs an event to the Web Application's event log
ServerVariableFunctionAllows retrieval of IIS Server Variable values
SetCookieProcedureUsed to update a cookie key

Inherited Methods from cObject

ChildByIndexFunctionCan be used to iterate the direct children of an object
ClassSuperClassFunctionReturns the superclass of the passed class
CreateFunctionCreates an object based on the passed Class Id
CreateNamedFunctionCreates an object based on the passed Class Id and assigns it a name Name based on a passed name
DestroyProcedureDestroys the object that receives the message and any child objects of that object
Exit_ApplicationProcedureStarts the process of closing an application
IsClassOfClassFunctionDetermines whether the target class is part of the searched class's hierarchy
IsObjectOfClassFunctionDetermines whether the passed class is part of the object's class hierarchy
ObjectClassFunctionReturns the integer class ID assigned to the class this object is based on
Request_Destroy_ObjectProcedureUse the Destroy method instead [Obsolete]