exo7: add cookies handling code.
[TD_webapps.git] / ROOT / exo7 / nextpage.jsp
CommitLineData
9df2dec5
JB
1<html>
2 <body>
27e8c3cf
JB
3 Bonjour <% out.print(session.getAttribute("firstname")); %>
4 <% out.print(session.getAttribute("lastname")); %>,
5 <% out.print(session.getAttribute("age")); %> years old
6 living at <% out.print(session.getAttribute("address")); %>
7 working as <% out.print(session.getAttribute("work")); %>
9df2dec5
JB
8 </body>
9</html>