We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a407b commit a12eaa7Copy full SHA for a12eaa7
SimpleSpringMVC/src/main/webapp/WEB-INF/home.jsp
@@ -15,7 +15,7 @@
15
%>
16
Hello, <b><%= session.getAttribute( "username" ) %></b>
17
<p>You Have successfully Logged in</p>
18
-
+<p>Your Session Id is<%=session.getId() %></p>
19
<a href="logout">LogOut</a>
20
</body>
21
</html>
0 commit comments