|
SessionHandlerSessionTimeout Property
|
Gets timeout, in minutes, for which inactive client sessions will be expired and removed from the cache.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public static double SessionTimeout { get; }
Public Shared ReadOnly Property SessionTimeout As Double
Get
public:
static property double SessionTimeout {
double get ();
}
static member SessionTimeout : float with get
GSF.Web.Security.SessionHandler.get_SessionTimeout = function();
View SourceProperty Value
DoubleSee Also