How to avoid session fixation (Login CSRF) by MitM attack without HSTS?

I’m writing a web app that already uses TLS encrypted connections (HTTPS), Secure; HttpOnly session cookie, HMAC-SHA1 CSRF token, requires correct Referer header to avoid Login CSRF and changes session id during login to avoid basic sessio… Continue reading How to avoid session fixation (Login CSRF) by MitM attack without HSTS?