00001 00002 @interface CPCookie : CPObject 00003 { 00004 CPString _cookieName; 00005 CPString _cookieValue; 00006 00007 CPString _expires; 00008 } 00009 @end