Update user object on session in after hook
I update my user in the DB in the after hook depending if its a new user or not. However I am then unable to update the user object on the session to reflect this change. I want to keep cookie caching but this initial cache doesn't have the proper data. Is there a way to achieve this?