Binds an object to this session, using the name specified. If an object of the same name is already bound to the session, the object is replaced. After this method executes, and if the new object implements HttpSessionBindingListener , the container calls HttpSessionBindingList
(String name, Object value)
| 167 | * @exception IllegalStateException if this method is called on an invalidated session |
| 168 | */ |
| 169 | void setAttribute(String name, Object value); |
| 170 | |
| 171 | /** |
| 172 | * Removes the object bound with the specified name from this session. If the session does not have an object bound |
no outgoing calls