hi there, im currently implementing auth to my sveltekit app, but for some reason it doesnt save to the cookies, it gets saved to the localstorage, and the session gets created
any ideas?
TL;DR
Developers having trouble saving authentication data to cookies in a SvelteKit app. Data is currently only saving to local storage.