sessionTest.jsp > MODEL

본문 바로가기
사이트 내 전체검색

MODEL

sessionTest.jsp

페이지 정보

profile_image
작성자 관리자
댓글 0건 조회 406회 작성일 21-07-15 19:19

본문

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

<%

String name ="세션 값 없음.";

String age ="세션 값 없음.";

if (session.getAttribute("name")!=null){

name=(String)session.getAttribute("name");

}

if (session.getAttribute("age")!=null){

age=(String)session.getAttribute("age"); 

}

%>

<html>

<head>

<title>Session Test</title>

</head>

<body>


<h2>세션 테스트</h2>


<input type="button" onclick="location.href='sessionSet.jsp'" value="세션 값 저장">

<input type="button" onclick="location.href='sessionDel.jsp'" value="세션 값 삭제">

<input type="button" onclick="location.href='sessionInvalidate.jsp'" value="세션 초기화">


<h3>name : <%=name %></h3>

<h3>age : <%=age %></h3> 


</body>

</html>

추천0

댓글목록

등록된 댓글이 없습니다.

회원로그인

회원가입

사이트 정보

공지사항
자유게시판
질문답변
1:1문의

 

별명 : 터푸가위
주소 : 부산시 동래구 명장로20번길 90
대표 : 박규태
메일 : dancepkt@******.com

접속자집계

오늘
102
어제
132
최대
10,760
전체
269,250
Copyright © dancePKT . All rights reserved.