Create Session Parameters
Maintain cookies and security information by implementing session parameters in your application.
Guide Concept
This project will introduce creating and accessing session data from a User logged into your application. Session data is global session-specific parameters that can be used on the Client and Server side.
Following the steps in this guide, you will be able to access the logged in User's information and their set values.
We will teach you how to access session data, that can later be used to provide Users with unique experiences and a more robust application.

Guide Info
Level | Intermediate |
Est. Time | 30 Minutes |
Published | Mar 16, 2021 |
Author | Jason Johnson |
Things used in this guide
Software components:
-
ThingWorx Foundation
Previous knowledge
Create Session Parameters
Outline