Inherits from NSObject
Declared in SBSession.h
SBSession.m

Overview

SBSession class description.

Tasks

Class Methods

currentSession

Returns the active session.

+ (SBSession *)currentSession

Return Value

Current session object.

Discussion

Returns the active session.

Declared In

SBSession.h

invalidateSession

Invalidates the active session.

+ (void)invalidateSession

Discussion

Invalidates the active session.

Declared In

SBSession.h

setSessionUser:

Sets the user field for current session.

+ (void)setSessionUser:(User *)user

Parameters

user

User object to be set.

Discussion

Sets the user field for current session.

Declared In

SBSession.h