/**
* @author Sloan Seaman
* @copyright 2016 and on
* @version .1
* @license https://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0
*/
/**
* Interface for classes that can manage SessionHandlers
*
* @interface SessionHandlerManager
*/
/**
* Returns the start SessionHandler.
*
* @function
* @name SessionHandler#getStartSessionHandlers
* @return {Array.SessionHandler} The end SessionHandler in the order they should be executed
*/
/**
* Returns the end SessionHandler.
*
* @function
* @name SessionHandler#getEndSessionHandlers
* @return {Array.SessionHandler} The end SessionHandler in the order they should be executed
*/