11-10-2010 08:36 AM
11-12-2010 09:28 AM
WebServiceFactory.setTimeoutMilliseconds(timeoutMilliseconds)
AuthenticationUtils.startSession(USERNAME, PASSWORD);
…
But remember that in an application server you have to conform this timeout with the container timeout, for example in Tomcat you have the following setting:
<Connector port="8080" protocol="HTTP/1.1" URIEncoding="UTF-8"
connectionTimeout="20000"
redirectPort="8443" />
Hope this helps.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.