15.2.53 Version History

What’s New

  • Built-in HTML Exception report can be configured regarding what types of information are included, via ServerController.ExceptionLogger.HtmlReportInfos property. Default is [riExceptionInfo, riStackTrace, riRequestInfo]. Do not enable riAppInfo (Application private information) and/or riIWAppInfo (IntraWeb session private information) for publicly accessible web applications once it exposes sensitive information.
  • Session log now also includes request’s CookieFields (requires new IWSessionLogViewer, version 1.4)

Modified

  • Built-in HTML Exception report will behave the same regardless of being accessed locally or remotely.