Discuss this help topic in SecureBlackbox Forum
Whether to resend NTLM negotiation on every request.
Declaration
[C#/Java]
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)
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