[jboss-user] [Installation, Configuration & DEPLOYMENT] - Disable cookies for one context
filosganga
do-not-reply at jboss.com
Mon Oct 6 09:55:57 EDT 2008
Hi JBoss users,
I work for a mobile trading netbank webapplication using wurfl. One of my requirements is disable cookies server side. In tomcat we can add the file META-INF/context.xml to obtain this consequence.
In JBoss this method seem don't work for our, there is another option to set, disable or enable?
this is my context.xml:
| <?xml version="1.0" encoding="UTF-8"?>
| <Context cookies="false" >
|
| </Context>
|
Anyone can help me?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4180576#4180576
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4180576
More information about the jboss-user
mailing list