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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...