Web.HTTPApp.TCustomWebSessionManager.SharedSecret
Delphi
property SharedSecret: string read FSharedSecret write FSharedSecret;
C++
__property System::UnicodeString SharedSecret = {read=FSharedSecret, write=FSharedSecret};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Web.HTTPApp.pas Web.HTTPApp.hpp |
Web.HTTPApp | TCustomWebSessionManager |
Description
Specifies shared secret to secure session ID when Scope is ssUser
or ssUserAndIP
.