I am setting up Nginx as a reverse proxy to my Go server. In my Go server, I have created methods to handle user sessions and cookies. Should I use Enabling Session Persistence in Nginx instead to handle session and cookies? Thanks.
↧