<%@ page pageEncoding="Shift_JIS"%> <%-- 管理者ログインかチェックを行い、そうでなければログインページに遷移する--%> <% if(!cert.checkAdminUserExist(session)){ response.sendRedirect("login.jsp"); } %>