Hello all,<br><br>Iam trying to create a cookie globally based on a QUERY string var... for this Iam doing:<br><br>add_header   Set-Cookie: $arg_PARAMETER;<br><br>When nginx is started it fails and errors: [emerg] 32049#0: unknown &quot;arg_parameter&quot; variable<br>
<br>How could I accomplish what Iam trying? (yes this needs to be done on a server level and not on an application level).<br><br>Thanks.<br><br>