Package | Description |
---|---|
net.officefloor.plugin.servlet.web.http.session | |
net.officefloor.plugin.web.http.session |
Modifier and Type | Method and Description |
---|---|
void |
ServletHttpSession.removeAttribute(String name) |
void |
ServletHttpSession.setAttribute(String name,
Serializable object) |
void |
ServletHttpSession.setExpireTime(long expireTime) |
Modifier and Type | Method and Description |
---|---|
void |
HttpSession.removeAttribute(String name)
Removes the bound
Object by the name from this
HttpSession . |
void |
HttpSession.setAttribute(String name,
Serializable object)
Binds the
Object to the name within this HttpSession . |
void |
HttpSession.setExpireTime(long expireTime)
Specifies the time this
HttpSession will expire if idle. |
Copyright © 2005–2016. All rights reserved.