Mantis - Resin
Viewing Issue Advanced Details
5781 minor always 07-24-14 09:56 09-12-14 11:22
nam  
ferg  
normal  
closed  
no change required  
none    
none 4.0.41  
0005781: need fine-grained control of http-only cookies
(rep by dsryan)

Is there a way to make the session cookie http-only and not any app created cookies...I have set the cookie in the application to Cookie.setHttpOnly(false) but the resin app server setting <cookie-http-only> sets ALL cookies to http-only. Is there a way to only have the session cookie JSESSIONID be http-only where others are not?

Notes
(0006528)
ferg   
09-12-14 11:22   
server/01ei

In Resin 4.0.41, the cookie-http-only only affects the session cookie, not application cookies.