session.invalidate() 方法可以用來清除當前 HttpSession 對象中的所有信息,但是不能清除整個 session 對象本身。也就是說,調用 session.invalidat...