Hello out there ...
I have a servlet where I am invalidating my session objects using the following:
request.getSession().invalidate();
My problem is that it invalidates ALL of my session objects. I have multiple session beans in my application. How do I invalidate just one of them?
Thanks a mil!
Rachel
I have a servlet where I am invalidating my session objects using the following:
request.getSession().invalidate();
My problem is that it invalidates ALL of my session objects. I have multiple session beans in my application. How do I invalidate just one of them?
Thanks a mil!
Rachel