Guru
Guru

Reputation: 125

How to protect my site from session fixation?

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????

Upvotes: 5

Views: 7288

Answers (1)

MikroDel
MikroDel

Reputation: 6735

You should find the information you need here:

OWASP - information about Session Fixation

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

Upvotes: 3

Related Questions