Search the archives, I posted a page to do that in the last month or
two. 

It is called appscope.jsp, and lists all objects in session scope as
well as application scope with links to blast any of them.

It is real easy to shoot your foot off doing this, so be careful. ;-)

Larry

>>> [EMAIL PROTECTED] 06/10/02 15:10 PM >>>
What I do is I have a jsp page that sets all the objects to null.
If I need to reset the objects, I invoke that page from my browser.

example:
pageContext.removeAttribute("object name", pageContext.SESSION_SCOPE);

J-S

>>>>
> hey guys, i am just wondering if there is a way to remove a java bean
> session like how we can remove a session variable.
> 
> Chris
>>>>

--
To unsubscribe, e-mail:  
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to