当前位置: 网学 > 编程文档 > JAVA > 正文

tomcat 二级域名 共享session 的方法

来源:Http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 13/08/04
lue: "                              + value.toString());                      containerLog.debug("CrossSubdomainSessionValve:  new Set-Cookie value: " + buffer);                      value.setString(buffer.toString());                  }              }          }      }        /** Returns the last two parts of the specified request's server name preceded by a dot.      * Using this as the session cookie's domain allows the session to be shared across subdomains.      * Note that this implies the session can only be used with domains consisting of two or      * three parts, according to the domain-matching rules specified in RFC 2109 and RFC 2965.      *      * <p>Examples:</p>      * <ul>      * <li>foo.com => .foo.com</li>      * <li>www.foo.com => .foo.com</li>      * <li>bar.foo.com => .foo.com</li>      * <li>abc.bar.foo.com => .foo.com - this means cookie won't work on abc.bar.foo.com!</li>      * </ul>      *      * @param request provides the server name used to create cookie domain.      * @return the last two parts of the specified request's server name preceded by a dot.      */      protected String getCookieDomain(Request request)      {          String cookieDomain = request.getServerName();          String[] parts = cookieDomain.split("\.");          if (parts.length >= 2)              cookieDomain = parts[parts.length - 2] + "." +  parts[parts.length - 1];          return "." + cookieDomain;      }        public String toString()      {          return ("CrossSubdomainSessionValve[container=" +  container.getName() + ']');      }  }   

  • 上一篇资讯: Hibernate 的原理与配置
  • 下一篇资讯: java中map集合的用法
  • 网学推荐

    免费论文

    原创论文

    浏览:
    设为首页 | 加入收藏 | 论文首页 | 论文专题 | 设计下载 | 网学软件 | 论文模板 | 论文资源 | 程序设计 | 关于网学 | 站内搜索 | 网学留言 | 友情链接 | 资料中心
    版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
    Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved
    湘ICP备09003080号