リスト10:ログアウト処理~logout.jsp


<% session.invalidate(); %> ←セッションを無効化する
<% response.sendRedirect("index.jsp"); %>


本文へ戻る