关于清除session

益思博
2023-12-01

session.removeAttribute(“sessionname”)是清除SESSION里的某个属性.
session.setMaxInactiveInterval(2*60);//设置单位为秒,设置为-1永不过期
或许你可以用getAttributeNames来得到所有属性名,然后再removeAttribute

 类似资料: