* Handle csrf stored in sessions
This allow to use CSRF_USE_SESSIONS = True which store crsf token in session instead of cookies.tting CSRF_USE_SESSIONS = True.
It checks if csrf token found in cookies otherwise try to get csrf token in session.
* Remove useless line