Removes the object bound with the specified name from this session. If the session does not have an object bound with the specified name, this method does nothing. After this method executes, and if the object implements HttpSessionBindingListener , the container calls HttpSess
(String name)
| 181 | * @exception IllegalStateException if this method is called on an invalidated session |
| 182 | */ |
| 183 | void removeAttribute(String name); |
| 184 | |
| 185 | /** |
| 186 | * Invalidates this session then unbinds any objects bound to it. |
no outgoing calls
no test coverage detected