getInstance static method

Session getInstance()

Get the global session instance. Do not instantiate Session directly, but only throgh this, based on Singleton pattern.

Implementation

static Session getInstance() {
  return globalSessionInstance;
}