SBSession Class Reference
Inherits from | NSObject |
Declared in | SBSession.h SBSession.m |
Tasks
-
+ currentSession
Returns the active session.
-
+ setSessionUser:
Sets the user field for current session.
-
+ invalidateSession
Invalidates the active session.
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