This class is responsible for providing a cookie jar that can be used to store cookies received from a remote server hosting a remote MCS project.
This cookie jar conforms to the proposed cookie management scheme defined in RFC 2109, Section 4.3.3, include here:
Cookie Management
If a user agent receives a Set-Cookie response header whose NAME is the same as a pre-existing cookie, and whose Domain and Path attribute values exactly (string) match those of a pre-existing cookie, the new cookie supersedes the old. However, if the Set- Cookie has a value for Max-Age of zero, the (old and new) cookie is discarded. Otherwise cookies accumulate until they expire (resources permitting), at which time they are discarded.
|
|
|
|