This exercise explained how to exploit a session injection in the Play framework. This bug is pretty interesting since we use the server to create a forged session and we then use it to gain access to theadministratorprivileges or to log in as another user. Once again, re-inventing the whe...