Cartalyst\Sentinel\Sessions\NativeSession::__destruct PHP Method

__destruct() public method

Called upon destruction of the native session handler.
public __destruct ( ) : void
return void
    public function __destruct()
    {
        $this->writeSession();
    }