Cookie.Set Method

Set the value of a Client preference cookie.

void Set(int client, const char[] value)

Parameters

int client

Client index.

const char[] value

String value to set.

Errors

Invalid cookie handle or invalid client index.