fromSetCookieString($string)
Creates the cookie from the cookie string.
create($name, $value=null)
Create a new cookie with the given name and value.
Class CookieJarWrapperTest.
createRememberedForLongTime($name, $value=null)
Create a new cookie with the given name and value which expires in 5 years.
createExpired($name)
Creates an already expired cookie.