解决java web项目js报错session error

添加crossDomainSessionSecurity参数为false即可


        dwr-invoker
        org.directwebremoting.spring.DwrSpringServlet
        
            debug
            true
        
        
            classes
            java.lang.Object
        
        
            crossDomainSessionSecurity
            false
        
        1
    

你可能感兴趣的:(解决java web项目js报错session error)