Qualcuno mi potrebbe spiegare perchè se
<html>
<body>
<%
String pippo = "pippo";
session.setAttribute("nome", pippo);
String s = (String) session.getAttribute("nome");
out.println(s);
%>
avanti
</body>
</html>
Qualcuno mi potrebbe spiegare perchè se
<html>
<body>
<%
String pippo = "pippo";
session.setAttribute("nome", pippo);
String s = (String) session.getAttribute("nome");
out.println(s);
%>
avanti
</body>
</html>