IdentifyCookie
IdentifyCookie* cookie = new(std::nothrow) IdentifyCookie;
IdentifyCookie* cookie = reinterpret_cast<IdentifyCookie*>(_cookie);
delete reinterpret_cast<IdentifyCookie*>(_cookie);