CS-19734:Session cookie is exposed to scripts.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
(cherry picked from commit 0b5b9c91e4)
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Min Chen 2014-07-18 12:08:07 -07:00 committed by Rohit Yadav
parent 64816dbfbd
commit b9d624dae0
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
limitations under the License.
-->
<!-- The contents of this file will be loaded for each web application -->
<Context allowLinking="true">
<Context allowLinking="true" useHttpOnly="true">
<!-- Default set of monitored resources -->
<WatchedResource>WEB-INF/web.xml</WatchedResource>