When the user logs in with a bogus password, a NullReferenceException is triggered in Session.cpp line 441 _logout->SetResult(true); _logout is <undefined value>
This can be overcome by a try catch statement around the login call, but maybe there is something else wrong.
When the user logs in with a bogus password, a NullReferenceException is triggered in Session.cpp line 441
_logout->SetResult(true);
_logout is<undefined value>
This can be overcome by a try catch statement around the login call, but maybe there is something else wrong.