Sessions disabled : Session « JSP « Java






Sessions disabled

<%@ page session="false" %>
<jsp:useBean id="user" class="com.java2s.Book" scope="session" />

<html>
  <head><title>Attempt to use a session JavaBean with sessions disabled!</title></head>
  <body>
    This goes BANG!
  </body>
</html>


           
       








Related examples in the same category

1.JSP: display a session info
2.JSP Session Parameter Rewrite
3.JSP New Session Parameter
4.Jsp Session Cart
5.Use Session Jsp
6.Jsp Using Bean Scope Session
7.Print the request headers and the session attributes
8.Using Sessions to Track Users
9.Duplicated session varaibles
10.JSP: view session
11.JSP and session
12.JSP and session 2
13.JSP session counter