Is there a way to set a session on server side?
Im playing with better-auth and i only how to set a session using the signIn on the client side, but in the server side i can use signInEmail but it doesn't set a session in the cookies. Is there any workaround for this? thanks.