Session manager backed with SQL Server Database storage.
Session table has the following structure:
- SessionID
uniqueidentifier - SessionTimestamp
datetime - IdentityName
nvarchar(255)
| C# |
|---|
| public class SqlSessionManager : |
SessionManagerBase
|
|
Click here to see the list of members.