Generated by
JDiff

Class com.webobjects.appserver.WOCookie

Changed Methods
WOCookie cookieWithName(String, String) Now deprecated.
Use WOCookie(String aName, String aValue) instead
WOCookie cookieWithName(String, String, String, String, NSTimestamp, boolean) Now deprecated.
Use WOCookie(String aName, String aValue, String aPath, String aDomain, NSTimestamp aDate, boolean isSecure) instead
WOCookie cookieWithName(String, String, String, String, int, boolean) Now deprecated.
Use WOCookie(String aName, String aValue, String aPath, String aDomain, int timeout, boolean isSecure) instead