|
<< Click to Display Table of Contents >> Navigation: Version History > 15.2.53 |
2022-04-09
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.