Views:
Question:
What is the DocuWare session lifetime?

Solution:
Please refer to the following guide regarding the DocuWare session lifetime;
 
The lifetime of the session cookie is essentially unlimited. It is valid until a logoff is performed. The used cookies in order to log in are:
  •  .DWPLATFORMAUTH: This is the actual session cookie that you have to send, to prove, that you are authenticated
  •  .DWPLATFORMBROWSERID: This cookie stores additional information about the used client (e.g. a Browser)

DocuWare does offer the ability to configure a Session Timeout. This can be enabled by navigating to the Organization Settings plugin from the Configuration, accessing the Security tab, and then enabling Automatic log out .

The token is unlimited. However, it is possible to set up the lifetime in the body.

Example:

POST /DocuWare/Platform/Organizations/1/LoginToken
body:

<?xml version="1.0" encoding="utf-8"?>
<TokenDescription xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Usage="Multi" Lifetime="14.00:00:00" xmlns="http://dev.docuware.com/schema/public/services/platform">
    <TargetProducts>PlatformService</TargetProducts>
</TokenDescription>

KBA is applicable to both Cloud and On-premise Organizations
Comments (0)