how can i invalidate sessions???when i say sesion.invalidate then there is a exception telling me that there is no method called invalidate, do u have any idea where im doing wrong???
SCJP, SCWD <br />A farmer learns more from a bad harvest than a good one.
Manjunath Reddy
Ranch Hand
Joined: Jul 26, 2001
Posts: 60
posted
0
Are you sure that you are using something like HttpSession session= request.getSession(); session.invalidate();? cheers, mpr
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.