https://issues.apache.org/bugzilla/show_bug.cgi?id=44382
--- Comment #20 from Dillon Sellars <dill.sell...@gmail.com> 2009-06-11 09:32:19 PST --- (In reply to comment #17) > This has been implemented in 6.0.x and will be included in 6.0.19 onwards. It > is disabled by default so you need to use: > > <Context> > <Manager useHttpOnly="true" /> > </Context> > > to enable it. This was moved out of Manager with http://svn.apache.org/viewvc?rev=750918&view=rev but is still documented in webapps/docs/config/manager.xml - missed removing the documentation in the Standard Manager Implementation section. This is Context only, i.e. the following will do the trick: <Context useHttpOnly="true"> ... </Context> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org