Table of Contents

Property BaseId

Namespace
MVVrus.AspNetCore.ActiveSession
Assembly
MVVrus.AspNetCore.ActiveSession.dll

BaseId

The identifier of the base local session for this active session.

string BaseId { get; }

Property Value

string

Remarks

A base local session is an object that contains common properties of all active sessions associated with the same name provider. (future) Currently the name provider may only be of ISession type (IASP.NET Core session). This is subject to change in future versions