Skip to content

Commit a12eaa7

Browse files
committed
Session Id Check
1 parent 42a407b commit a12eaa7

File tree

1 file changed

+1
-1
lines changed
  • SimpleSpringMVC/src/main/webapp/WEB-INF

1 file changed

+1
-1
lines changed

SimpleSpringMVC/src/main/webapp/WEB-INF/home.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
%>
1616
Hello, <b><%= session.getAttribute( "username" ) %></b>
1717
<p>You Have successfully Logged in</p>
18-
18+
<p>Your Session Id is<%=session.getId() %></p>
1919
<a href="logout">LogOut</a>
2020
</body>
2121
</html>

0 commit comments

Comments
 (0)