SESSION_USER_ID_KEY = "user_id" NO_SESSION = "__NO_SESSION__" NOT_LOGGED = "__NOT_LOGGED__" class Routes: Root = "/" Logout = "/logout"