Does anyone know of a way of logging out from Metastorm that can be called from client side script?
I've tried a number of approaches, including adding a new .aspx page that uses BPMContext.SignOut() and none appear to work consistently.
We do not use the native console and instead opt for our own. Simply exiting from our console retains the session if IE is still open on the client machine.
Any suggestions gratefully accepted.