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