For a CakePHP store application I need a cookie lifetime of 365 days. The app runs on a managed vServer with CentOS 7 and Plesk 18.0.30, PHP 7.3 FPM. The webserver is Apache with nginx as a reverse proxy.
It is about the function that one stores articles in the shopping cart as well as in the notepad for a certain time even if the browser is closed.
We have the same CakePHP configuration on another server but it does not work on the server where Plesk is running.
Could there be connections here?
Despite the settings at session.cookie_lifetime the sessions are deleted after exactly one week.
Could it be related to Plesk?
Does anybody here have a tip where I could start

It is about the function that one stores articles in the shopping cart as well as in the notepad for a certain time even if the browser is closed.
We have the same CakePHP configuration on another server but it does not work on the server where Plesk is running.
Could there be connections here?
Despite the settings at session.cookie_lifetime the sessions are deleted after exactly one week.
Could it be related to Plesk?
Does anybody here have a tip where I could start

Last edited: