07-02-2023, 08:14 PM
@MJS is correct. Changing the property will fix that.
You can also check for an unassigned ASession parameter inside the event handler before using it. That's what I'd do myself. Checking the browser before creating the session is a good thing that's why it is the default behavior now.
You can also check for an unassigned ASession parameter inside the event handler before using it. That's what I'd do myself. Checking the browser before creating the session is a good thing that's why it is the default behavior now.

