Is used to maintain a secure and consistent communication between a client and a server in a subsequent number of requests.

In HTTP is achieved by maintaining a mapping of session IDs to session state information on the server and by sending a cookie containing the session ID to the client when the session is first established.
- Packetlabs


Session hijacking is when the malicious party can impersonate the victim and perform actions from their account.

Session fixation happens if the properties of a session token allows an attacker to fixate the token of the user once authenticated.


It's important:

Security:


Sources:
PacketLabs