Typo in index.jsp

This commit is contained in:
István Földházi
2014-07-21 09:58:21 +02:00
parent 07021da671
commit 4aacf2fcea

View File

@@ -13,7 +13,7 @@
<body> <body>
<div class="container"> <div class="container">
<h1>Description</h1> <h1>Description</h1>
<p>This application demonstrates how to use a Redis instance to back your sesion. 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 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>
<h1>Try it</h1> <h1>Try it</h1>
@@ -45,4 +45,4 @@
</table> </table>
</div> </div>
</body> </body>
</html> </html>