1

I have an Windows application that uses Documentum APIs to checkin/checkout documents into Documentum Content Server 6.5.1.

I use DFS 6.5.1 to interact with the server.

Now I need to logout of the session. How is that possible?

Kevin Panko
  • 8,356
  • 19
  • 50
  • 61
Ananth
  • 10,330
  • 24
  • 82
  • 109

1 Answers1

3

I don't understand your question, what do you mean by log out of the session.

You don't log out sessions, you release them to a session manager (if you are using one) or disconnect them directly.

David Pierre
  • 9,459
  • 4
  • 40
  • 32