Table of Contents

Class DistributedSsoSessionStoreOptions

Namespace
ComponentSpace.Saml2.Session
Assembly
ComponentSpace.Saml2.dll

The options for the DistributedSsoSessionStore.

public class DistributedSsoSessionStoreOptions
Inheritance
DistributedSsoSessionStoreOptions
Inherited Members

Properties

CookieName

Gets or sets the associated cookie name.

The default name is saml-session.

public string CookieName { get; set; }

Property Value

string

The associated cookie name.

CookieOptions

Gets or sets the associated cookie options.

public CookieOptions CookieOptions { get; set; }

Property Value

CookieOptions

The associated cookie options.

SlidingSessionExpiration

Gets or sets the sliding time span for expiring SSO session data.

After the specified period of inactivity, the SSO session data will be deleted.

The default time span is 30 minutes.

public TimeSpan SlidingSessionExpiration { get; set; }

Property Value

TimeSpan

The sliding time span for expiring SSO session data.