Saturday 14 March 2015

jsp session attribute


'session' attribute specifies whether this JSP page requires participation in an (HTTP) session.

If 'session' set to 'true' then the implicit script language variable named session
of type javax.servlet.http.HttpSession references the current/new session for the page. By default this variable set to true.

If 'session' set to false then the page does not participate in a session


Prevoius                                                 Next                                                 Home

No comments:

Post a Comment