Solution 1 does not work, I cannot disable cookies on the server (disable session tracking via coockies).
<?xml version="1.0" encoding="UTF-8"?>
<sun-web-app>
<session-config>
<session-properties>
<property name="enableCookies" value="false" />
</session-properties>
</session-config>
</sun-web-app>
Is there any reason for this or is there any solution for this?
Thanks
[Message sent by forum member 'thuryn' ]
http://forums.java.net/jive/thread.jspa?messageID=373536