yawast
yawast copied to clipboard
Check for Session Fixation
We should implement a simple check for session fixation (session cookie not updated after logging in). We will likely need to use Selenium for this, given the odd ways that some login forms work.
This is a simple enough issue, that there's no reason to test for it manually.
Blocked by #220