Hi
I have created a website that uses DI API in order to allow the user's to use their B1 username and password in order to use the website. The problem that I am getting is that once a user is logged in they seem to stop logged in to the DI API even once I have run the code oCompany.Disconnect, which I thought would disconnect them from the session, however if I go into the licence administration screen in B1 the user's that have logged into the web interface are grey instead of black meaning their licensing information cannot be modified, which indicates they are currently logged in.
What do I need to do in order to terminate the user's session?
I also think this problem is causing a "Server Threw an Exception" error thats gets thrown up once in a while when users attempt to log in to the web interface, as there is a set limit to the number of sessions a user can simultaneously have open.
Cheers