I want append to Username into Cookie , so that the backend team will fetc the username from cookie. So i tried to use the below code , but it dint append
<dp:append-http-request-header name = "'Cookie'" value = "concat('SM_USER=',$UserID) "/>
Where UserID contains value of username.
Is it right or anything else need to be added?