# File lib/cgi/session/mysql.rb, line 102
      def update
        @update_stmt.execute(@session_id, Marshal.dump(@data)) if @data
      end