Store volatile data directly in server memory (for a specific user only)

This data is not shared through a multi machine environment

Remarks

WARNING: do not overload server memory with large data chunks

Namespace:  MicroMighty.SDK.Net.Helpers
Assembly:  MicroMighty.SDK.Net (in MicroMighty.SDK.Net.dll)

Syntax

Visual Basic (Declaration)
Public Class SessionState
C#
public class SessionState
Visual C++
public ref class SessionState
JavaScript
MicroMighty.SDK.Net.Helpers.SessionState = function();

Type.createClass(
	'MicroMighty.SDK.Net.Helpers.SessionState');

Inheritance Hierarchy

System..::.Object
  MicroMighty.SDK.Net.Helpers..::.SessionState

See Also