String sessionid = request.getSession().getId();. response.setHeader( "SET-COOKIE" , "JSESSIONID=" + sessionid + "; HttpOnly" ); ...
確定! 回上一頁