Re: disable Set-Cookie http-only in tomcat 8

2016-03-09 Thread Violeta Georgieva
Hi, 2016-03-09 17:48 GMT+02:00 Rajesh Cherukuri : > > Hi > I was trying to disable httponly in the setcookie header from tomcat > reponse , can some one let me know how to disable it > > > > i have tried these 2 but didn't help me > > > > > > 1.) web.xml > > > > > false >

disable Set-Cookie http-only in tomcat 8

2016-03-09 Thread Rajesh Cherukuri
Hi I was trying to disable httponly in the setcookie header from tomcat reponse , can some one let me know how to disable it i have tried these 2 but didn't help me 1.) web.xml false 2.) context.xml useHttpOnly="false" curl -I http://localhost: