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>