Jiiwa and Multiple Logins in the Same Application Space
Hi Guys
Is it possible to have Jiwa Login as multiple users within the one application space?
As currentlyly logging in involves a call like the line below:
JiwaFinancials.Jiwa.JiwaApplication.Manager.Instance.Logon("MYSERVER", "JiwaDemo", JiwaFinancials.Jiwa.JiwaODBC.database.AuthenticationModes.JiwaAuthentication, "Admin", "password");
My question is related to the use of Jiwa through say an ASP.Net site or self hosted server where multiple users may need to login as themselves (Jiwa Login details) but obviously the code that then interacts with Jiwa will be running within the one application that could possilbly have Jiwa talking to multiple users at the same time.
Whilst as each action takes place the server can logon do what it needs to do and log off rather than try and keep connections open, I think there is still the possiblility of conflict.
Is it possible to have Jiwa Login as multiple users within the one application space?
As currentlyly logging in involves a call like the line below:
JiwaFinancials.Jiwa.JiwaApplication.Manager.Instance.Logon("MYSERVER", "JiwaDemo", JiwaFinancials.Jiwa.JiwaODBC.database.AuthenticationModes.JiwaAuthentication, "Admin", "password");
My question is related to the use of Jiwa through say an ASP.Net site or self hosted server where multiple users may need to login as themselves (Jiwa Login details) but obviously the code that then interacts with Jiwa will be running within the one application that could possilbly have Jiwa talking to multiple users at the same time.
Whilst as each action takes place the server can logon do what it needs to do and log off rather than try and keep connections open, I think there is still the possiblility of conflict.