Cookies Created by Web Application
- Last UpdatedJun 06, 2024
- 2 minute read
The cookies created by Aveva Work Tasks Web application are listed in the table:
|
Name |
Description |
|---|---|
|
_instanceName |
The cookie having the provider name information with encrypted value to which the user is logged in to the web application |
|
_prov |
The cookie having the provider internal name information with encrypted value to which the user is logged in to the web application |
|
_provtext |
The cookie having the provider display name information with encrypted value to which the user is logged in to the web application |
|
_repo |
The cookie having the repository or application name with encrypted value to which the user is logged in to the web application |
|
_userinfo |
The cookie having user information with encrypted value |
|
skdatecorrectionfactor |
The cookie created on the client-side to list the grid data based on the client's offset time |
|
skpointerucontextinfo |
The cookie created on server side with a dummy GUID. Used by the client-side for handling the closing of windows when a user logs-out of the application. This cookie is a pointer to the dynamic cookie skucontextinfo2token (in the current context), which can be referred to check whether the user is logged out of the application. |
|
skucontextinfo2 |
The dynamic cookie created on server side for user context information with encrypted value |
|
skucontextinfo2token |
The dynamic cookie created on server side with a dummy GUID. Used by the client-side for handling the closing of windows when a user logs out of the application |
Notes:
- All the cookies are HTTP Only, except for skdatecorrectionfactor, skpointerucontextinfo,
and skucontextinfo2 (cookie name might vary as it is dynamic), as they are needed
on the client-side and do not have any sensitive information.
- All cookies are secured if the web application is in a secure state.