* @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://wiki.jasig.org/display/CASC/phpCAS */ /** * Empty class used as a default implementation for phpCAS. * * Implements the standard PHP session handler without no alterations. * * @class CAS_Session_PhpSession * @category Authentication * @package PhpCAS * @author Adam Franco * @license http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 * @link https://wiki.jasig.org/display/CASC/phpCAS */ class CAS_Session_PhpSession extends SessionHandler implements SessionHandlerInterface { }