Chris@0: Chris@0: * Chris@0: * For the full copyright and license information, please view the LICENSE Chris@0: * file that was distributed with this source code. Chris@0: */ Chris@0: Chris@0: namespace Symfony\Component\HttpFoundation\Session\Storage\Handler; Chris@0: Chris@0: /** Chris@0: * Adds SessionHandler functionality if available. Chris@0: * Chris@0: * @see http://php.net/sessionhandler Chris@0: */ Chris@0: class NativeSessionHandler extends \SessionHandler Chris@0: { Chris@0: }