??????????????Web?????????????????Щ????????????errors??????Щ????????????
??????д??Web??????У?????????д???“?????????”????????????????????????????????????????????????????????????????????????????????
????Error:????????????У?????????URL???????????????????????????????????????檔???????????????????URL??????????????????檔
?????????????
??????checkadmin.jsp?У????index.jsp????????????????????????????????name?????session??true???????admin.jsp?У?????name??????????????“δ??????”????check??null???????????index.jsp???????檔
if(Aname.equals(rs.getString("name")) && Apassword.equals(rs.getString("passwd")))
{
//session.setAttribute("name"??"1");
request.getSession().setAttribute("name"??"true");
response.sendRedirect("admin.jsp");
judge = false;
}
<% Object check = request.getSession().getAttribute("name");
if(check==null||check==""){
response.sendRedirect("index.jsp");} %>