users@glassfish.java.net

Re: Using glassfish without cookies

From: <glassfish_at_javadesktop.org>
Date: Thu, 26 Nov 2009 08:46:39 PST

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