PHP Session Fixation / Hijacking
Ok, there are two separate but related problems, and each is handled differently. Session Fixation This is where an attacker explicitly sets the session identifier of a session for a user. Typically in PHP it’s done by giving them a url like http://www.example.com/index…?session_name=sessionid. Once the attacker gives the url to the client, the attack is … Read more