To invalidate a session, my teacher passed the following code:
HttpSession session = request.getSession(false);
if (session!=null){
session.invalidate();
}
But after logout, when I click Back in the browser, I can retrieve...
asked by
15.04.2016 / 00:12