httpOnly Session Cookie + Servlet 3.0 (e.g. Glassfish v3)

后端 未结 2 1061
半阙折子戏
半阙折子戏 2020-12-15 06:06

By default, Glassfish v3 doesn\'t set the httpOnly flag on session cookies (when created as usual with request.getSession()).

I know, there is a method

2条回答
提交回复
热议问题