pub async fn validate_session_web_resp( client_session: Session, pool: Data<Pool<Postgres>>, ) -> impl Responder
Validate session using the given session but will return a type compatible with actix web responder.