jsp页面怎么清除session中的某一个值,jsp不关闭

2025-04-08 07:08:12
推荐回答(1个)
回答1:

清除单个:session.removeAttribute(“session_name”);
清除所有:session.clear();