org.mortbay.http
Class HttpOnlyCookie
public
class
HttpOnlyCookie
extends Cookie
HttpOnlyCookie.
This derivation of javax.servlet.http.Cookie can be used to indicate
that the microsoft httponly extension should be used.
The addSetCookie method on HttpFields checks for this type.
Author: gregw
public HttpOnlyCookie(String name, String value)
Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.