We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397d9d7 commit a96416fCopy full SHA for a96416f
Ch05_SessionHandling/src/main/webapp/index.xhtml
@@ -4,10 +4,10 @@
4
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://xmlns.jcp.org/jsf/html">
5
<h:head>
6
<h:outputStylesheet library="css" value="styles.css" name="styles.css" />
7
- <title>Ch05_SessionHandling</title>
+ <title>Chapter 05 - Session Handling</title>
8
</h:head>
9
<h:body>
10
- <h1>Ch05_SessionHandling</h1>
+ <h1>Chapter 05 - Session Handling</h1>
11
12
<p>Cookie information in popup is empty because of web.xml protection.</p>
13
0 commit comments