authClient.getSession() do I pass anything to it?hooks.server.ts is it? Because this is really a relationship between client of SvelteKit and Hono.js server. Current check is in hooks.server.ts, but the authClient.getSession() is always null. so it always kicks me out of dashboard on hard refresh. I am goto() client side redirecting after successful login.businesss.session_token:goto() to authenticated route, but this is client side navigation. On hard refresh I get kicked out, because I always get null on hook.server.ts for session.