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
CyberSessionobject.DISCUSSION
You can call this method when you need a reference to the globalCyberSessionobject. This method returnskODNULLif theCyberSessionobject has not yet been created. You also can call theGetCyberSessionglobal function to obtain the reference.If you subclass
CyberExtension, do not override this method.SEE ALSO
TheGetCyberSessionfunction (page 188).
TheCreateCyberSessionmethod (page 219).