Discuss this help topic in SecureBlackbox Forum
Whether to resend NTLM negotiation on every request.
Declaration
[C#]
bool PersistentAuthHeader;
[VB.NET]
Property PersistentAuthHeader As Boolean
[Pascal]
property PersistentAuthHeader : boolean;
[C++]
bool get_PersistentAuthHeader();
void set_PersistentAuthHeader(bool Value);
[PHP]
bool get_PersistentAuthHeader()
void set_PersistentAuthHeader(bool $Value)
[Java]
boolean getPersistentAuthHeader();
void setPersistentAuthHeader(boolean Value);
Description
The value of the Persistent-Auth response header specifies whether the server should resend the NTLM negotiation on every request.
The default value is True.
Discuss this help topic in SecureBlackbox Forum