From 6aa85236e0f673ab7928be03268ebbf10f6a54c3 Mon Sep 17 00:00:00 2001 From: Eleftheria Stein Date: Mon, 13 Jan 2020 11:52:10 +0100 Subject: [PATCH] Update note in custom-cookie index page Resolves: gh-1559 --- samples/javaconfig/custom-cookie/src/main/webapp/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@

Description

-

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.

Try it