javax.servlet
Interface SessionCookieConfig
public interface SessionCookieConfig
- Since:
- 3.0
- Version:
- $Rev: 788194 $ $Date: 2009-06-25 00:05:48 +0200 (Do, 25. Jun 2009) $
getComment
String getComment()
getDomain
String getDomain()
getMaxAge
int getMaxAge()
- Returns:
- max age in seconds for this session cookie
getName
String getName()
getPath
String getPath()
isHttpOnly
boolean isHttpOnly()
isSecure
boolean isSecure()
setComment
void setComment(String comment)
setDomain
void setDomain(String domain)
setHttpOnly
void setHttpOnly(boolean httpOnly)
setMaxAge
void setMaxAge(int maxAge)
setName
void setName(String name)
setPath
void setPath(String path)
setSecure
void setSecure(boolean secure)
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.