av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁技術(shù)文章
文章詳情頁

JSP登錄中Session的用法實例詳解

瀏覽:11日期:2022-06-07 13:24:59

本文實例講述了JSP登錄中Session的用法。分享給大家供大家參考,具體如下:

登錄頁面

<%@ page language="java" contentType="text/html; charset=utf-8"
  pageEncoding="utf-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Insert title here</title>
</head>
<body>
 <div>
 <form action="IndexServlet" method="post">
 <div>
  <div>賬號:</div><input type="text" name="user"/>
 </div>
 <div>
  <div>密碼:</div><input type="text" name="password"/>
 </div>
 <div>
  <input type="submit" name="ok" value="登錄"/>
 </div>
 </form>
 </div>
</body>
</html>

檢測賬號密碼以及設(shè)置session的IndexServlet

import java.io.IOException;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
/**
 * Servlet implementation class IndexServlet
 */
@WebServlet("/IndexServlet")
public class IndexServlet extends HttpServlet {
 private static final long serialVersionUID = 1L;
    
  /**
   * @see HttpServlet#HttpServlet()
   */
  public IndexServlet() {
    super();
    // TODO Auto-generated constructor stub
  }
 
 /**
 * @see HttpServlet#doGet(HttpServletRequest request, HttpServletResponse response)
 */
 protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
 // TODO Auto-generated method stub
 response.getWriter().append("Served at: ").append(request.getContextPath());
 }
 
 /**
 * @see HttpServlet#doPost(HttpServletRequest request, HttpServletResponse response)
 */
 protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
 // TODO Auto-generated method stub
 request.setCharacterEncoding("utf-8");
 String user = request.getParameter("user");
 String password = request.getParameter("password");
 
 String path = request.getContextPath();
 HttpSession session=request.getSession();
 
 if ("1".equals(user) && "1".equals(password)) {
  
  session.setAttribute("name", user);
  response.sendRedirect(path + "/success.jsp");
  
 }else{
  response.sendRedirect(path + "/Index.jsp");
 }
 }
 
}

成功登錄頁面

<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%
 String path = request.getContextPath();
%>
<%
 Object name = session.getAttribute("name");
 if(name==null){
 response.sendRedirect(path+"/Index.jsp");
 }
%>
<html>
 <head>
 <title>成功頁面</title>
 </head>
 <body>
 恭喜你,騷年,<%=session.getAttribute("name") %>,成功登陸了!
 <a href="out.jsp" rel="external nofollow" >注銷</a>
 </body>
</html>

注銷功能的jsp

<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>
 <% 
 String path = request.getContextPath();
 %>
 <%
   session.removeAttribute("name");
   response.sendRedirect(path+"/Index.jsp");
  %>
</body>
</html>

希望本文所述對大家jsp程序設(shè)計有所幫助。

標(biāo)簽: JSP
相關(guān)文章:
主站蜘蛛池模板: 日韩欧美在线观看一区 | 日韩亚洲欧美综合 | 欧美 中文字幕 | 亚洲精品区 | 99热这里有精品 | 国产99久久精品一区二区永久免费 | 成人免费看片 | 99日韩| 中文字幕在线人 | 一区二区视频在线观看 | 我想看一级黄色毛片 | 狠狠躁躁夜夜躁波多野结依 | 99在线国产 | 91看片免费版 | 2019天天操 | 天天爽综合网 | 欧美国产精品一区二区三区 | 四虎影院在线免费观看 | 成人免费观看男女羞羞视频 | 亚洲欧美日韩成人在线 | a国产一区二区免费入口 | 五月婷婷激情网 | 日韩一区二区三区视频 | a级在线观看 | 日韩三区在线 | 一区二区三区四区在线视频 | 久久精品亚洲精品国产欧美 | 日韩精品免费视频 | 精品国产乱码久久久久久丨区2区 | 欧美一级片久久 | 在线欧美亚洲 | 久久91| 亚洲第一福利网 | 国产成人精品a视频一区www | 中文天堂网 | 波多野结衣一区二区 | 久久青视频| 欧美乱码精品一区二区三区 | 日韩中文一区二区三区 | 日韩视频在线观看一区二区 | 超碰在线播 |