getInstance static method
Get the global session instance. Do not instantiate Session directly, but only throgh this, based on Singleton pattern.
Implementation
static Session getInstance() {
return globalSessionInstance;
}
Get the global session instance. Do not instantiate Session directly, but only throgh this, based on Singleton pattern.
static Session getInstance() {
return globalSessionInstance;
}