Ubuntu Server Cache with Nginx

1

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?

    
asked by anonymous 19.04.2017 / 17:28

0 answers