Am 15.10.2013 21:11, schrieb Roman:

I have a question

How modify existing cookie, for example remove?

Both can be done using HTTPServerResponse.setCookie(name, value). If
value is null, the cookie will be removed and updated otherwise.