How to create cookie value in profile script?

Description

Environment

Target

Issue/Symptoms

Is it possible to create a cookie value using a profile script where the existence of a cookie before returning true/false is checked?

The user.cookie syntax is not working while attempting this method.

Resolution

Profile scripts exist on the server side, and cookies exist on the client side. To create a cookie value using profile script, use mboxParameters.

On this page