2024年4月27日发(作者:)

注销session提醒Session already

注销session提示Session already invalidated

public class Actions extends Action {

/*

* Generated Methods

*/

/**

* Method execute

* @param mapping

* @param form

* @param request

* @param response

* @return ActionForward

*/

public ActionForward execute(ActionMapping mapping, ActionForm form,

HttpServletRequest request, HttpServletResponse response) {

ActionForms actionForms = (ActionForms) form;// TODO Auto-generated

method stub

HttpSession session=sion();

String type="";

type=(String)ameter("type");

if("large".equals(type))

{

ArrayList arrayList=(ArrayList)ck();

ribute("busList", arrayList);

return rward("large");

}