Bug fixes
- Cookie SameSite attribute wgeb CookieOptions.SameSite = ssoNone will render correctly with ‘none’ attribute. This forces modern browsers to accept SameSite = none, instead of using Lax as the default attribute
- WebApplication.ActiveFormCount property may return an incorrect value. This could affect mainly the exception logger reporting a wrong number of active forms.