Function Web.getLogout

GET "/logout", requires auth'd user, logs user out + terminates session and redirects to GET "/"

void getLogout ();

This is a child to the index route "/" and handles logging out an auth'd user. Tracked user details are dropped, the session is terminated and user is redirected to GET "/". As this route requires auth'd user, non auth'd users are redirected to GET "/login".