tomcat weblogic session null 失效
最近将tomcat下的项目移植到weblogic9中时发现所有的session拿到后都为null,在tomcat下是正常的。解决方法:是在WEB-INF下加weblogic.xml配置文件:
?
即可解决该问题。
发布时间: 2012-10-31 14:37:31 作者: rapoo
tomcat weblogic session null 失效
最近将tomcat下的项目移植到weblogic9中时发现所有的session拿到后都为null,在tomcat下是正常的。解决方法:是在WEB-INF下加weblogic.xml配置文件:
?
即可解决该问题。