WebApiConstantsInvalidSessionHttpStatusCode Field

The custom HTTP status code used when the session is invalid in a call. This is using Microsoft's custom 440 HTTP extension code for bad session. We can't return Unauthorized as this will cause the browser to re-prompt for windows authentication (if enabled), which we do not want.

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public const int InvalidSessionHttpStatusCode = 440

Field Value

Type: Int32
Remarks
The value of this constant is 440.
See Also