Binds the specified value to this session, uniquely identified by the specified key name. If there is already an object bound under the key name, that existing object will be replaced by the new value. If the value parameter is null, it has the same effe
(Object key, Object value)
| 197 | * this method. |
| 198 | */ |
| 199 | void setAttribute(Object key, Object value) throws InvalidSessionException; |
| 200 | |
| 201 | /** |
| 202 | * Removes (unbinds) the object bound to this session under the specified {@code key} name. |
no outgoing calls