Classes
| Class | Description | |
|---|---|---|
| ApplicationState |
Store reusable critical data directly in server memory (for all users)
This data is not shared through a multi machine environment
| |
| SessionState |
Store volatile data directly in server memory (for a specific user only)
This data is not shared through a multi machine environment
|