View Single Post
  #2 (permalink)  
Old 05-18-2007, 08:24 PM
derrickD derrickD is offline
Member
 
Join Date: Apr 2007
Location: USA
Posts: 50
derrickD is on a distinguished road
Use
Code:
request.getSession().invalidate();
in the logout code.
Reply With Quote