Skip to content

Commit 1ad6cbd

Browse files
committed
Update note in custom-cookie index page
Resolves: gh-1559
1 parent 195af52 commit 1ad6cbd

File tree

1 file changed

+1
-1
lines changed
  • spring-session-samples/spring-session-sample-javaconfig-custom-cookie/src/main/webapp

1 file changed

+1
-1
lines changed

spring-session-samples/spring-session-sample-javaconfig-custom-cookie/src/main/webapp/index.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body>
1616
<div class="container">
1717
<h1>Description</h1>
18-
<p>This application demonstrates how to use a Redis instance to back your session. Notice that there is no JSESSIONID cookie. We are also able to customize the way of identifying what the requested session id is.</p>
18+
<p>This application demonstrates how to customize the session cookie. Notice that the name of the cookie is JSESSIONID.</p>
1919

2020
<h1>Try it</h1>
2121

0 commit comments

Comments
 (0)