httpSession.removeAttribute 移除header中的属性

@Override
public void logout() {
  httpSession.removeAttribute('xxx');
}

等同于php中的

header_remove('xxx');
posted @ 2021-02-23 17:43  TBHacker  阅读(328)  评论(0编辑  收藏  举报