Laravel sanctum SPA on logout not set user_id field null
I use Laravel sanctum SPA specifically through sessions and cookies when logging out the user_id
field in Database is not set to null after the user logs out, but it remains until another request comes with the same sessions and then it becomes null