Hi Owen I'm not sure I understand you. Isn't the bean stored in the session? In that case it will get garbage collected because the session scope doesn't exist after you've called session.invalidate().
Markus On s�ndag, juni 9, 2002, at 09:37 , Anibal Constante Brito wrote: > I want destroy one session, but include the JavaBean with it. > > I tried whit session.invalidate();, but don't work. > What can I do to all JavaBeans like this > > <jsp:useBean id="login" scope="session" class="jsptutorial.Login" /> > been destroyed. that don't exist anymore. > > Best Regards. > Owen. > > > -- > To unsubscribe, e-mail: <mailto:tomcat-user- > [EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:tomcat-user- > [EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
