cookieExample2.jsp > MODEL

본문 바로가기

사이트 내 전체검색

뒤로가기 MODEL

cookieExample2.jsp

페이지 정보

작성자 관리자 작성일 21-07-15 19:26 조회 603 댓글 0

본문

<%@ page language="java" contentType="text/html; charset=UTF-8"%>


<%

Cookie cookie=new Cookie("language",request.getParameter("language")); 

cookie.setMaxAge(60*60*24); //24시간

response.addCookie(cookie); //생성한 쿠키를 클라이언트로 전송

%>


<script>

location.href="cookieExample1.jsp"

</script>

추천0

댓글목록 0

등록된 댓글이 없습니다.


Copyright © dancePKT. All rights reserved.
PC 버전으로 보기