Tanstack StartuseSession() hook on the client to show the state on the auth. const anonSession = await auth.api.signInAnonymous({ headers })useSession still shows the unauthenticated state until I refresh the page. await authClient.getSession({ query: { disableCookieCache: true } }) but it doesn't work.