Hi, There's a bug in sope-appserver/NGObjWeb/WOCookie.m, in -[WOCookie initWithName:value:path:domain:expires:isSecure:]: The line self->expireDate = [expireDate retain]; should be self->expireDate = [_date retain]; Stéphane