public class LoginAction extends ActionSupport {
private String username;
private String password;
@Override
public String execute() throws Exceptio
HttpSession,HttpServletRequest and ServletContext objects while sessionScope, requestScope and applicationScope provide access to all the session, request and application scoped attributes.You can say that applicationScope > sessionScope > requestScope.