"use server" function.POST requests.Same-Site cookies by default, which helps mitigate CSRF vulnerabilities.SameSite=Strict, HttpOnly, and Secure settings."use server" means I’m making an RPC call to that function. It's my understanding that RPC calls use HTTP POST to invoke specific server-side functions by name.