Save This Page
Home » cactus-1.8.0-src » org.apache.cactus » [javadoc | source]
org.apache.cactus
public class: HttpSessionCookie [javadoc | source]
java.lang.Object
   org.apache.cactus.Cookie
      org.apache.cactus.HttpSessionCookie

All Implemented Interfaces:
    Serializable

Cookie containing an HTTP Session id.
Constructor:
 public HttpSessionCookie(String theDomain,
    String theName,
    String theValue) 
    Parameters:
    theDomain - of the sessionCookie
    theName - of the SessionCookie
    theValue - of the SessionCookie
    Also see:
    Cookie#Cookie(String, String, String)
Methods from org.apache.cactus.Cookie:
equals,   getComment,   getCookieDomain,   getCookiePath,   getCookiePort,   getDomain,   getExpiryDate,   getName,   getPath,   getValue,   hashCode,   isExpired,   isSecure,   isToBeDiscarded,   setComment,   setDomain,   setExpiryDate,   setName,   setPath,   setSecure,   setValue,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait