removing a session attribute

hi,i set an attribute through session.setAttributehow do i now remove or destroy that attribute?thanks
[130 byte] By [shuinia] at [2007-11-26 17:34:12]
# 1
A quick glance at the API for [url http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpSession.html] javax.servlet.http.HttpSession[/url] should answer your question.You even said it yourself in your post.public void removeAttribute(java.lang.String name)
evnafetsa at 2007-7-9 0:02:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
thank you :-D
shuinia at 2007-7-9 0:02:12 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...