# File lib/active_record/session_store.rb, line 130
      def initialize(attributes = nil, options = {})
        @data = nil
        super
      end