HttpSession session = request.getSession (true);. // Get the session data value. Integer ival = (Integer) session.getValue ("sessiontest.counter");.
確定! 回上一頁