resolving session fixation bug fix in resin app server

吃可爱长大的小学妹 提交于 2019-12-11 12:14:29

问题


I am using resin app server request.getSession.invalidate();reguest.getSession(true) is not working properly and its not resetting session ID while using Resin.

Also I am not able to use request.changeSessionId() as the resin version is not able to use JavaEE7 libraries.

Please share your views on how to resolve session fixation with Resin


回答1:


Resin 4.0.x doesn't implement Servlet 3.1 API.

Resin provides reuse-session-id configuration option that helps control session cookie behaviour.

http://caucho.com/resin-4.0/reference.xtp#session-config



来源:https://stackoverflow.com/questions/31662809/resolving-session-fixation-bug-fix-in-resin-app-server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!