# File lib/rack/protection/session_hijacking.rb, line 30
      def encrypt(value)
        options[:encrypt_tracking] ? super(value) : value.to_s
      end