Hello, login and registration may requires several steps/forms/pages to complete.
How do I redirect, after login registration completion, to the last page visited before the first login/registration page ? Do I need to save each visited page (request.path) to the session ? If this is the way to go, how do I save the path of a generic view ? Cheers, Olivier.

