You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by de...@wexwarez.com on 2003/10/05 08:21:29 UTC

invalidating sessions

Is there to invalidate a single sessionbean rather than the whole session?
thanks
-ryan


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: invalidating sessions

Posted by Tim Funk <fu...@joedog.org>.
session.removeAttribute("mybean");

-Tim

developer@wexwarez.com wrote:

> Is there to invalidate a single sessionbean rather than the whole session?
> thanks
> -ryan
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org