SecureTcp Object : SessionName Property |
Visual Basic |
---|
Public Property SessionName As String |
When consecutive secure connections are required to a secure server session caching can be used so the secure negotiation occurs on the first connection only, then is reused on subsequent connections. This property is used by the server (along with the IP) to uniquely identify the session for reuse.
Session caching is enabled by default, so nothing needs to be done if you would like to take advantage of it. It you would like to disable session caching, simply set this property to "".