Help Guide For Software Engineer
Wednesday, June 23, 2010
Solution to dwr session error
Edit your web.xml file and and the following code.
<init-param>
<param-name>crossDomainSessionSecurity</param-name>
<param-value>false</param-value>
</init-param>
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment