I'm having a Cache issue on my Ngnix Server with Wordpress
The site is currently using a PHP WebService and SESSION, WebService brings me the user information and I store it in the session, but the user can change his data, when he updates the data the SESSION variable is also updated, but "Do not change"! Even if you clear the browser cache, it only changes after clearing the server cache using the Nginx tools
Is there any PHP functionality to clear this cache?
Or how can I fix the server to not cache specific pages?