Cached Session Cookie (JWT) is not refreshed (SvelteKit)
I noticed that when enabling the Session Cookie Cache, Better auth doesn't generate a new Session Cookie (JWT) after the expiration (max-age).
I'm doing
I'm doing
getSession() in a SvelteKit server hook. Is there something I need to do to initiate the session cookie (JWT) refresh?