14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
<html>
|
|
<head>
|
|
<title>
|
|
</title>
|
|
</head>
|
|
<body>
|
|
<%
|
|
System.out.println("empty...");
|
|
System.out.println("jsessionid="+session.getId());
|
|
System.out.println("empty...");
|
|
%>
|
|
</body>
|
|
</html>
|