How to sign out the user from server side

I'm using Next.js (App Router) along with the better-auth package to manage authentication sessions via cookies.

I want to implement a logout functionality from the server side, where I remove the session cookie and redirect the user to the login page.
Was this page helpful?