Table of Contents

Class LegacySessionKeyEncoder

Namespace
Scaleout.Client.KeyEncoding
Assembly
Scaleout.Client.dll

Key encoder for accessing session objects stored by the original session provider (Soss.Web.SossStoreProvider in soss_storeprovider.dll) that ships with the ScaleOut Product Suite.

public class LegacySessionKeyEncoder : KeyEncoder<string>
Inheritance
LegacySessionKeyEncoder
Inherited Members

Remarks

Newer NuGet-based session providers exist for traditional ASP.NET apps (Scaleout.AspNet and Scaleout.AspNetAsync). These newer providers use AspNetSessionIdEncoder for key encoding.

Methods

Encode(string)

Encodes a key value.

FromBytes(byte[])

Decodes a byte array to an original key value.