No, you can't do that. You have to create a new HttpCookie object and
put the string into it. A cookie needs two string values, a name and a
value, so unless you want to use your string both as name and value
(which is rather pointless), you need another string to create the
cookie object.