Does anyone know the API call to logout of a current session?
I am running an external Java Application that remotely logs into the Vignette server and carrys out some actions. While this works fine, I would like to log out of the server once complete.
However, having gone through the API, I don't see a call for it.
I use the AuthnBundle and LoginMgr to login, but I don't see an invalidate() or logout() method in either class.
Thanks in advance.