Class SessionManager
Stores and retrieves session data.
public static
|
#
getController( )
If there is a controller object in the current session, it is returned. If there is not, a new controller is instantiated and returned. |
public static
|
#
storeController(
The specified controller instance is stored in the current session. |
string |
CONTROLLER_KEY
|
'controller' |
#
The key for the controller object is the session storage. |