網頁

2012年1月19日 星期四

JSP 清除 Session

JSP 清除 Session
所有的
<%
session.invalidate();
%>

某一個
<%
session.removeAttribute("Key");
%>

沒有留言:

張貼留言