<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Oturum</title>
</head>
<body>
<%
String username=(String)session.getAttribute("username");
%>
<h2>Oturumdan alındı : </h2>
<b><i><%=username%></i></b>
</body>
</html>
Dosyayı İndir