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