Important: The information in this document is obsolete and should not be used for new development.
GetCyberSession
Retrieves the global session object.
CyberSession GetCyberSession ();
- return value
- The global
CyberSession
object.DISCUSSION
You can call this method when you need a reference to the globalCyberSession
object. This method returnskODNULL
if theCyberSession
object has not yet been created. You also can call theGetCyberSession
global function to obtain the reference.If you subclass
CyberExtension
, do not override this method.SEE ALSO
TheGetCyberSession
function (page 188).
TheCreateCyberSession
method (page 219).