diff --git a/samples/javaconfig/custom-cookie/src/main/webapp/index.jsp b/samples/javaconfig/custom-cookie/src/main/webapp/index.jsp index 8a273e55..fb87b0df 100644 --- a/samples/javaconfig/custom-cookie/src/main/webapp/index.jsp +++ b/samples/javaconfig/custom-cookie/src/main/webapp/index.jsp @@ -15,7 +15,7 @@
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.
+This application demonstrates how to customize the session cookie. Notice that the name of the cookie is JSESSIONID.