Adding a Save Cookie event action
Use the Save Cookie event action to store the required data values under specific keys in the application storage for the current user.
About this task
In this event action, a user is an operating system user who works with the application or a user who runs the application in a web browser. Each user has a particular storage to keep the created key values. So the key values created by different users do not overwrite each other, even if the keys have the same name.
To add a Save Cookie event action to an object, perform the following steps:
Procedure
Results
The value of the key is stored in the application storage for the current user and can be retrieved by the name of the key any time.