I have an Axios.post that is supposed to store the session like so..
req.session.user = result
the full part of this code looks like this...<