I'm using jboss-3.2.5 and have a web application that must be deployed without 
setting session cookies. 

I looks like the "standard" way to do this is to add:

<use-session-cookies>false</use-session-cookies> to a jboss-web.xml file in the 
war directory (we're using extracted war files). However, this doesn't work. 

The only way I've managed to stop session cookies from being set is to modify 
the server.xml file "DefaultContext" element - which makes the change global to 
all webapps. This, unfortunately, breaks the other apps running in this JBoss 
instance.

We've been planning to deploy on Wednesday - actually, it's a very hard 
deadline - and now I'm desparate for a solution.

Is there something I'm missing? Anything else worth a try? Please help.

- Patrick

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857611#3857611

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857611


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to