Dart SecureTcp, SecureServer Controls
SessionName Property
Description
Used to control session caching when consecutive secure connections are made to the same server.
Property type
Read-write property
Syntax
Visual Basic
Public Property SessionName As String
Remarks

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 "".

See Also

SecureTcp Object  | SecureTcp Members


PowerTCP SSL for ActiveX Documentation Version 2.2.1
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic