Important: The information in this document is obsolete and should not be used for new development.
CreateCyberSession
Creates and returns a global session object.
CyberSession CreateCyberSession (in ODSession session);
session
- The
ODSession
object to associate with theCyberSession
object.- return value
- The global
CyberSession
object.DISCUSSION
You can call this method when you need to create the global session object. If the object already exists, this method simply returns it. You can also call theInitCyberdog
function to create the global session object.You can retrieve the global session object by calling either the
GetCyberSession
method or theGetCyberSession
global function.If you subclass
CyberExtension
, do not override this method.SEE ALSO
TheGetCyberSession
function (page 188).
TheInitCyberdog
function (page 188).
TheGetCyberSession
method (page 219).