Hi.
After using the API call (Dynamicweb.Security ExtranetLogin(string, string)) to log in, some users get logged out at random times.
We are using a custom notification subscriber that logs the browser into a special account if the parameters are correct, not the module.
I have noticed that if im logged in with another user before i use the API to log in it resets, after som time, back to the first account.
Are we missing a call or using the wrong one ?
var sec = new Dynamicweb.Security();
sec.ExtranetLogin(user.UserName, secretPassword);
Thanks
Henning