Java,J2EE,Weblogic,Oracle

          java項目隨筆
          隨筆 - 90, 文章 - 6, 評論 - 61, 引用 - 0

          導航

          常用鏈接

          留言簿(4)

          最新隨筆

          最新評論

          閱讀排行榜

          評論排行榜

          JAVA操作Cookie

          寫入 Cookie
                    Cookie ckUserid = new Cookie("userid", Long.toString(bMember.getId()));
                    //ckUserid.setMaxAge(86400);
                    //ckUserid.setDomain("          //ckUserid.setPath("/MangoWeb;/TicketWeb;/CTIIWeb");
                    ckUserid.setPath("/");
                    response.addCookie(ckUserid);



          讀取 Cookie
                   // 從Cookie中讀取,看用戶是否已經登陸
                   Cookie[] cookies = request.getCookies();
                   if (cookies != null) {
                   for (int i = 0; i < cookies.length; i++) {
                       if ("userid".equals(cookies[i].getName())) {
                           if ((cookies[i].getValue() != null) && (!"".equals(cookies[i].getValue()))) {
                            id = Long.parseLong(cookies[i].getValue());
                            bmember = _MemberDao.retrieveWebMember(id);
                             }
                        }
                    }
                 }

          posted on 2007-06-11 16:39 龔椿深 閱讀(444) 評論(0)  編輯  收藏


          只有注冊用戶登錄后才能發表評論。


          網站導航:
           
          主站蜘蛛池模板: 新干县| 巴林左旗| 肃北| 云和县| 抚顺县| 乌兰县| 西充县| 平泉县| 余姚市| 永修县| 沁阳市| 晋中市| 黎城县| 灵璧县| 松阳县| 津南区| 陈巴尔虎旗| 乐陵市| 金溪县| 长宁区| 常熟市| 观塘区| 定陶县| 大港区| 平安县| 梅州市| 双辽市| 甘孜县| 沭阳县| 彭山县| 大石桥市| 毕节市| 乌拉特前旗| 和田市| 苏尼特左旗| 德庆县| 雅安市| 桃园县| 玉屏| 沁水县| 文安县|