HI,
NT 14.21 C11.0.136
I have a net talk server with an API method which requires a login and Password.
I have a NetWebClient talking to it. It intermittently makes several requests to the server within a 2 minute span.
I have the First request of the NetWEbClient logging in ( successfully).
Question:
Do subsequent requests by the same Logged in Client need to have the authorization string included or is the Client get logged in once and then the session ID is remembered until the session times out? If this is the case, then the authorization string needs to be included on only the first request ?
Thanks,
Ron