How to protect my site from session fixation?

ぐ巨炮叔叔 提交于 2019-12-10 16:36:34

问题


Currently we are facing a problem regarding session fixation. We do have one site which is secured i.e. Https and there is no authentication for it. It means it has anonymous access. So, we are facing session fixation problem from hacker. Can someone help and guide on this????


回答1:


You should find the information you need here:

OWASP - information about Session Fixation

Session Fixation Vulnerability in ASP.NET - Session Fixation in ASP.NET



来源:https://stackoverflow.com/questions/15021431/how-to-protect-my-site-from-session-fixation

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