Page 1 of 1

DocuVieware Session Management

Posted: Sat Jun 19, 2021 12:05 am
by lpmndev
Has the DocuVieware server API any method to retrieve all currently active sessions?

Re: DocuVieware Session Management

Posted: Mon Jul 05, 2021 10:06 am
by Loïc
Hi there,

Could you clarify what you are trying to achieve?

If I am not missing something there are all required methods to handle sessions in a straightforward way.

By the way we've introduced few days ago this method to release all existing sessions: https://docuvieware.com/guides/aspnet/G ... sions.html

All other methods can be found here: https://docuvieware.com/guides/aspnet/G ... thods.html


So please let me know if you need further assistance on this topic :)

With best regards,

Loïc

Re: DocuVieware Session Management

Posted: Thu Jul 08, 2021 3:28 pm
by lpmndev
I'm working on a solution that uses DocuVieware with Angular 10.
For controlling multiple requests to visualize/edit the same file, I need to keep a record of all opened files.
We include the file GUID in DocuVieware's session ID.
If I can ask the server for all active sessions, I can quickly identify all opened files.
But I'm managing it differently now.
Thanks for your attention,
Luciane