2014-03-04から1日間の記事一覧
セッションについて * クライアント-サーバ間の連続した接続を確保するために考え出されたもの 構文 設定 HttpSession httpSession = request.getSession(); httpSession.setAttribute("【キー値】", 【値】); 取得 HttpSession httpSession = request.getSe…
セッションについて * クライアント-サーバ間の連続した接続を確保するために考え出されたもの 構文 設定 HttpSession httpSession = request.getSession(); httpSession.setAttribute("【キー値】", 【値】); 取得 HttpSession httpSession = request.getSe…