getSession function with the disableCookieCache: true on the server. I saw in a Github issue that using that should refresh the cookie with the new data that is in the session table. When I log the results of that server side call to getSession it looks great. It's exactly as I expect with the active organization and the timezone set properly. getSession withe disableCookieCache on the client side as well, once again the session object looks great. I then use router.push to go to my dashboard. disableCookieCache: true. I don't understand what is going on.