Replace "a Redis instance" with "Hazelcast" in index.jsp for Hazelcast sample.

This commit is contained in:
Mark Anderson
2015-04-19 20:31:14 +01:00
parent 664b5aae21
commit b9151c6908

View File

@@ -13,7 +13,7 @@
<body>
<div class="container">
<h1>Description</h1>
<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>
<p>This application demonstrates how to use Hazelcast 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>
<h1>Try it</h1>