exo7: add cookies handling code.
[TD_webapps.git] / ROOT / exo7 / nextpage.jsp
1 <html>
2 <body>
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")); %>
8 </body>
9 </html>