I'm using Documentum as the back end (in addition to SQL Server), and the Documentum Foundation Classes are wrapped in a DocumentumManager in my app. The question I have is that for every Documentum transaction, these classes require that I get a session (it has its own weird method of giving you a session, quite unlike everything else in the world).
So, in order to do a Documentum query, or Documentum API call, I have to pass the userid and password - every time. Is there a way to get the userid and password from the Acegi Framework, and hold it in my session, so I have it available?
