CoreConfigSettingIdsSessionCacheEntryLifetime Field |
The approximate time that a session will be cached in memory before it must be refreshed from the database.
A value of zero disables caching of sessions (not recommended).
Namespace:
Dundas.BI
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public static readonly Guid SessionCacheEntryLifetime
Public Shared ReadOnly SessionCacheEntryLifetime As Guid
public:
static initonly Guid SessionCacheEntryLifetime
static val SessionCacheEntryLifetime: Guid
Field Value
Type:
GuidRemarks The value of this constant is 59d1754d-e95b-491d-8453-bcb906f79a80.
Data Type:
TimeSpan.
Default Value: 59 seconds.
See Also