Re: How to use the usehttponly feature in application level

2012-12-04 Thread Zhi Xie
Got it. Thanks, guys. 2012/12/4 Konstantin Kolinko > 2012/12/4 : > > Hi Zhi, > > > > You can set following parameters in web.xml of application. > > > > > > > > true > > true > > > > > > +1. This is the best way. > > Note, that your web application should be using Servlet 3.0 > specificati

How to use the usehttponly feature in application level

2012-12-03 Thread Zhi Xie
Sorry, I don't find any doc to introduce this. There are a lot of docs to show how to implement the feature in conf/context.xml. ... Who can tell me how to implement the feature in application level? For example, I have 2 applications in the Tomcat server. One is named HelloWorld, the other is