With the following .net code I am setting the timeout property for a uniobject session. Does anything have to get set on the server side for this to work?
Try
UniSession = UniObjects.OpenSession(HostName, UserName,
PassWord, AccountPath, "udcs")
UniSession.Timeout = 36000
Catch ex As UniSessionException
MsgBox(ex.Message)
End Try
-------
u2-users mailing list
[email protected]
To unsubscribe please visit http://listserver.u2ug.org/
